Search:

Type: Posts; User: skadirov; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    736

    Multple arguments in tag

    Hi,
    How does one pass multple arguments using the tag? Is it

    <argument expression="${flowScope.scopValue1}, ${flowScope.scopValue2}"/>

    or

    <argument expression="${flowScope.scopValue1}/>...
  2. Replies
    15
    Views
    2,605

    Hi, If one has nonAjaxFlows and ajaxFlows as...

    Hi,
    If one has nonAjaxFlows and ajaxFlows as desribed above, how do you switch from nonAjaxFlows to ajaxFlow?


    When invoking ajax event on my page a nonAjaxFlows is executed.

    If I change the...
  3. Replies
    2
    Views
    779

    Here it is. Thanks

    Here it is.
    Thanks

    <bean id="ajaxFlows" class="org.springframework.webflow.executor.mvc.FlowController">
    <property name="flowExecutor" ref="flowExecutor"/>
    <property...
  4. Replies
    2
    Views
    779

    Ajax handler Exception

    Please, can you post the js code you use for firing the event, and the signature of your handler method?

    Cheers,

    Sergio B.

    P.S.
    This is not the proper forum to post questions about Spring...
  5. Replies
    15
    Views
    2,605

    Hi, I am trying loadOffice example, the...

    Hi,
    I am trying loadOffice example, the interceptor config is

    <bean id="ajaxLoadOfficesHandler" class="com.hbo.progops.mend.uksvod.service.ajax.LoadOfficesHandler">
    <property...
  6. Replies
    8
    Views
    1,469

    In EJB there is afterBegin() which does not seem...

    In EJB there is afterBegin() which does not seem to exist in Spring. Is there something instead of afterBegin() in Spring that one could use to get notification right after transaction began?
    ...
  7. Replies
    8
    Views
    1,469

    I was able to get it to work using...

    I was able to get it to work using TransactionSynchronizationManager.registerSynchron ization.

    I was wondering if the same could be achieved via configuration. The reason I am asking is that when...
  8. Replies
    8
    Views
    1,469

    Thank you for the response. All we need is to...

    Thank you for the response.

    All we need is to invoke beforeCompletion() in our service bean (which is comparable to stateless session bean in ejb). The goal here is to set authenticated user's id...
  9. Replies
    8
    Views
    1,469

    Thank you for the response. Not sure how to...

    Thank you for the response.

    Not sure how to use the class. Checked the link below, it does not have information.
    ...
  10. Replies
    8
    Views
    1,469

    Implementing jta callbacks

    I have tried to implement TransactionSynchronization for bean that is executed in transaction. However, still jta callbacks (beforeCompletion(), afterCommit()) are not called.

    Am i missing...
  11. Replies
    8
    Views
    1,469

    Implementing jta callbacks

    Hello,

    I was wondering if someone could describe how to implement this or maybe or point me to documentation on the subject.

    Doing this in EJB was quite simple, just implement...
Results 1 to 11 of 11