Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,521

    Modified sellitem sample to add struts...

    Modified sellitem sample to add struts integration. This is how the context.xml looks. Seems to be working fine with "GET". I will try the DelegatingActionProxy.


    <bean name="*.do"...
  2. Replies
    2
    Views
    4,521

    org.springframework.validation.BindException

    The sellitem sample seems to be working (except for the back button). But I see this in my logs:

    2005-07-21 17:30:29,551 DEBUG [org.springframework.webflow.execution.FlowExecutionManager] -...
  3. Another struts1.1 related exception...

    Another struts1.1 related exception
    [org.springframework.web.struts.SpringBindingActionForm/getActionMessages] <MsgText: Unhandled java.lang.NoSuchMethodError:...
  4. I tried using your fix with struts 1.1, now it...

    I tried using your fix with struts 1.1, now it fails at forward.getModule()

    /home/riyer/source/HEAD/src/org/springframework/webflow/struts/FlowAction.java:181: cannot find symbol
    symbol : method...
  5. Replies
    2
    Views
    2,146

    Back button problem

    Trying to run the sellitem sample code with HttpSessionContinuationFlowExecutionStorage. When I click the back button, get the page expired error. When I chick the refresh button, it gives the...
  6. Replies
    4
    Views
    1,884

    Sorry, please ignore my previous question. I...

    Sorry, please ignore my previous question. I forgot that buildStates() must be getting executed at startup not at runtime of the flow.

    thanks,
    Ramiya
  7. Replies
    4
    Views
    1,884

    Won't it be easier & more readable if we get a...

    Won't it be easier & more readable if we get a handle to the flow & session scope variables directly?
  8. Replies
    4
    Views
    1,884

    Java Flow Builder

    How to write descision-state using java flow builder?

    e.g.
    <decision-state id="requiresShipping">
    <if test="${flowScope.sale.shipping}" then="enterShippingDetails" else="showCostOverview"/>...
  9. Replies
    2
    Views
    1,138

    Docs need update

    Env: Tomcat 4.1, Spring 1.2.2, Spring Web Flow PR4

    Website states:
    - You need the core web flow jar, spring-webflow.jar.
    - You'll also need spring.jar and commons-logging.jar. These are both...
  10. Replies
    1
    Views
    964

    Production release

    he documentation states that Spring Web Flow is going to be released with Spring 1.3. But could not find any documentation stating the timeframe for spring 1.3 release.

    thanks,
    Ramiya
Results 1 to 10 of 10