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.
...
Type: Posts; User: hungvu; Keyword(s):
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.
...
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...
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"...
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...
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">
...
I need this feature. Is it implemented yet ?
Thanks.
You are right. The problem is solved when I modify my HTML file as following:
Thanks for your help.
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"...