I am upgrading spring web flow from 1.x to 2.1.x .
In the flow xmls we are using decision states with expression language.
For some reason it started throwing parsing related exception after...
Type: Posts; User: ndhilliprasad; Keyword(s):
I am upgrading spring web flow from 1.x to 2.1.x .
In the flow xmls we are using decision states with expression language.
For some reason it started throwing parsing related exception after...
I have found the solution.
The problem here is i don't have model object configured for the form as i am using the normal html form tag instead of <form:form> tag.
When it tries to render the...
Hi All,
We are upgrading Spring 2.x base web application to 3.x. After upgrade I am getting following exception in Login page it self.
We have our own taglib which works fine in Spring 2.x...