Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,128

    Use of view-state instead of end-state

    Thanks for your help, but I don't want to put in the root state any state related to a child flow.

    I use a view-state instead of a end-state to do the redirection (It is not a perfect solution...
  2. Replies
    4
    Views
    2,128

    flowRedirect used in endstate of a subflow

    Hi,

    I need to redirect to a new flow from a subflow, using this syntax in the subFlow :

    <end-state id="dossierrecapbeneficiaire"
    ...
  3. Is flowscope shared between parent and child flow

    Hi,

    Is the flowscope shared between a parent flow and a subflow start from that parent flow ?

    Are the beans put in the flowscope of the subflow available to the parent flow when the subflow...
  4. Replies
    10
    Views
    3,883

    Treetag documentation

    Hi,

    I try to use Jenkov TreeTag but I can't open the user guide (http://jenkov.com/prizetags/documentation.html).

    The pdf document (Tree_Tag_User_Guide.pdf) seems to be damaged.

    Where can I...
  5. NullPointerException on logger in EhCache code during shutdown

    Hi,

    During the shutdown of an application deployed on Tomcat, I get
    a NullPointerException on logger in Ehcache code during application shutdown .

    How do I solve this problem.
    Regards...
  6. Replies
    2
    Views
    745

    Starting a flow with parameter

    Hi,

    Is there a way to start a new flow with a url like this :

    <a href="flowController.html?_flowId=myflow&myparameter=value/>


    When doing this, the value set to the flowid is...
  7. errorScope using flow redirect and render-actions

    Hi,

    Using redirect in a view state, I wonder how to deal with errors that
    are store in the request scope.
    Errors are produce in the validator methods and could not easily be put
    in the...
  8. Thanks for this reponse, but can you confirm to...

    Thanks for this reponse, but can you confirm to me than in case of
    a Flow + subflow, the end-state of the subflow doesn'tact as a
    boudary for a duplicate submit.
  9. Continuation storage and TransactionSynchronizer in last build

    Hi Keith,

    In previous thread in the forum you introduce the TransactionSynchroniser abstraction.


    Quote:
    As explained in Use continuations to develop complex Web applications, continuations...
  10. Replies
    9
    Views
    2,806

    I expected that when one of the end-state of the...

    I expected that when one of the end-state of the subflow was reached,
    I could not used continuation to continue the subflow B (its end-state
    has been reached).

    I hope it could prevent double...
  11. Replies
    9
    Views
    2,806

    It sound like the local scope of the spawned flow...

    It sound like the local scope of the spawned flow was not cleaned up.

    My scenario is :

    - from a view in flow A, I enter in a subflow B
    - in that subflow B, I navigate between state until I...
  12. Replies
    1
    Views
    1,837

    <spring:bind path="${path}">
    <c:forEach var="error" items="${status.errorMessages}">
    <c:set var="errorMessage" value="${error}" />
    <jsp:doBody />
    </c:forEach>
    </spring:bind>

    with path =...
  13. Replies
    5
    Views
    1,630

    if your are not using "flow execution redirect"...

    if your are not using "flow execution redirect" in your view,
    ${informationMessage} should work.

    It seems there is a blank character in the key you use
    to put your message in the request scope...
  14. Thread: Event ignored?

    by wences
    Replies
    2
    Views
    745

    setupForm instead of setupFlow

    Hi,

    Your start-state is "setupForm" but our action-state is "setupFlow" ?
  15. Replies
    9
    Views
    2,806

    end-state in subflow don't clean flowScope

    hi,

    Using the "ContinuationFlowExecutionRepositoryFactory" and the flow execution redirect on view-state, I don't see any flowScope clean up when
    the application reach an end-state in a subflow....
Results 1 to 15 of 15