Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,511

    Hi, I had the similary issue as yours. In...

    Hi,
    I had the similary issue as yours. In booking-mvc sample, I see taglib <c:url .../> is used. I used it and /executions/... was not inserted to the url any more. Hope this helps.
    ...
  2. I found the cause of this error. SWF 2.0 checks...

    I found the cause of this error. SWF 2.0 checks pathInfo of HttpServletRequest and throws exception because my pathInfo variable is null. I modified <servlet-mapping> in web.xml to fix it.

    Hope...
  3. error message:'The requestPathInfo is null' when migrating from SWF1.0 to SWF2.0-M3

    Hi,

    I had a web application working on SWF 1.0. Now I migrate it to SWF 2.0-M3.
    My new changes settings in dispatcher-servlet.xml for SWF 2.0-M3 are:


    <bean id="urlMapping"...
  4. I have read Spring Web Flow 1.0 Upgrade Guide...

    I have read Spring Web Flow 1.0 Upgrade Guide document before but it seems nothing apply to my case :mad: . Only after reading you message I understand the document :) . I have modified my rootList...
  5. problem with resultName in tag of swf-1.0-r1 and new swf-1.0

    Hi,
    I previously used spring-webflow-1.0-rc1 and wrote the following source code that ran sucessfully:

    My old xml flow:


    <flow start-state="enterCategory">
    ...
  6. Replies
    6
    Views
    6,014

    I need this feature. Is it implemented yet ? ...

    I need this feature. Is it implemented yet ?

    Thanks.
  7. You are right. The problem is solved when I...

    You are right. The problem is solved when I modify my HTML file as following:


    Thanks for your help.
  8. Submit action isn't called in xml flow definition

    I have an html form like this:

    <html>
    <body>
    <form method="POST" id=”outerForm” action=”product.html”>
    <input type="text" name="initialPrice">
    <input type="text"...
Results 1 to 8 of 8