Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    240

    Load Web Flow By ID?

    Id like to be able to load a flow based on some logic specific to my application.
    I need to use the same URL endpoint but would like to load a different web flow file depending on result of my...
  2. Customize Which flow.xml files to load based on Brand

    Hi all,

    Can someone point me in right direction for how I can load a specific flow.xml file based on brand (or some other condition).

    For example

    I want to use the same endpoint for 2 of my...
  3. Maintain Request Attributes on externalRedirect

    <action-state id="myAction">
    <evaluate expression="myClass.addSomeAttributesToRequest(flowRequestContext)"/>
    <transition to="myEndState"/>
    </action-state>

    <end-state id="myEndState"...
  4. RequestDispatcher.forward in

    Hi All,

    This is what I'm doing:



    <action-state id="MyActionID">
    <evaluate expression="myActionClass.doSomeAction(flowRequestContext)"/>
    </action-state>
  5. Ok thanks again! Is it proper practice to put...

    Ok thanks again!
    Is it proper practice to put "setup" type <sets> and <evaluate> in the <on-entry>?
  6. Does set trigger transitions also? When I change...

    Does set trigger transitions also?
    When I change the xml to use a set it still uses


    <transition to="checkConsumerRequest"/>



    <action-state id="checkConsumer">
    <set...
  7. Thanks a lot for clearing this up. I really...

    Thanks a lot for clearing this up. I really appreciate it!
  8. I am having the same issue. Did you every find a...

    I am having the same issue. Did you every find a better way to do this?
  9. I found that if I put the first evaluate into an...

    I found that if I put the first evaluate into an <on-entry> it works... I'd still love to have an explanation as to why I need to do this? Just does not seem right.
  10. Tried this, did not make a difference...

    Tried this, did not make a difference unfortunately.
  11. Multiple evaluate in - transition not working

    Hi All,

    I'm wondering why when I use multiple <evaluate expression> tags the transition does not pick up the result from the latest <evaluate>?
    The consumerResVO.getResult() value IS...
  12. Spring MVC with WebFlow Sample Application?

    Can anyone point me in right direction to find a sample application which uses Spring MVC and Spring Web Flows in same application?

    I'm looking for something along the lines of:

    1) A web page...
  13. Memory Footprint of a Flow in HttpSession?

    Does anyone know what the approximate memory footprint of spring web flows in HttpSession is? Or how to get it?

    I have tried getting the value myself but it appears flows puts NonSerializable data...
  14. Nevermind... I found the session was being...

    Nevermind... I found the session was being cleared in my code.
  15. Back Button support without using max-execution-snapshots

    Hi all. I'm looking to add back button support to my flows without using max-execution-snapshots.

    Here is my scenario.
    1) An external source posts some params to the first page of my flow.
    2) I...
  16. Ever get an answer for this? I'd really like to...

    Ever get an answer for this? I'd really like to know also. From what I have gathered this is not possible though.
  17. I'd also love to see an answer for this. Having...

    I'd also love to see an answer for this. Having same scenario.

    Here is the scenario I have:



    <!-- Maps request URIs to controllers -->
    <bean...
  18. Securely Passing Data to Web Flow From Controller

    Is there a way I can pass data from a @Controller to a Web Flow without using url parameters (ie in some secure way).

    I have a Controller implementation (using @Controller Annotation) that handles...
  19. Replies
    7
    Views
    2,568

    I'm not sure you understand the question. I want...

    I'm not sure you understand the question.
    I want to first use a controller then forward to Spring Flows, not Flow to Controller.

    A change to my above code will be that MyController will extend...
  20. Looks like moving to controllers for landing page...

    Looks like moving to controllers for landing page is the solution. Once user is authenticated I can use Spring Flows moving forward.
  21. Replies
    1
    Views
    442

    I did some more digging and it appears...

    I did some more digging and it appears http://www.springframework.org/tags can only be used in JSP files.
    So Il'll go with that as my answer unless someone knows otherwise.
  22. Replies
    1
    Views
    442

    How to use form:form in xhtml?

    Hi all,

    I have added the bolded text below to my list of tags but form:form is not working...


    <ui:composition xmlns="http://www.w3.org/1999/xhtml"...
  23. Was this ever resolved? I am having the same...

    Was this ever resolved? I am having the same issue.
  24. Replies
    7
    Views
    2,568

    Thanks for the response. Here is some code to...

    Thanks for the response. Here is some code to give you a better idea of where I stand (I've replaces some logic with comments to shorten it for this purpose)
    And Yes I am using a Spring MVC...
  25. Replies
    7
    Views
    2,568

    Controller to Web Flow?

    Hi All,

    I'm new to spring flows.
    Right now I'm using a controller to load my model and view (an xhtml page).
    When this page posts I'd like to make use of Spring Web Flows.

    How can I do this?...
Results 1 to 25 of 29
Page 1 of 2 1 2