Hi,
Please answer the question and let us know if any official workaround to move spring 2.5 application to spring 3.0.
We have found its breaking in request dispatching.
The JSR 168...
Type: Posts; User: patelmiral; Keyword(s):
Hi,
Please answer the question and let us know if any official workaround to move spring 2.5 application to spring 3.0.
We have found its breaking in request dispatching.
The JSR 168...
Hi,
We are moving from spring 2.5 to Spring 3.0. Right now we have our controller based on SimpleFormController and we know that it is deprecated now but we cannot change our codebase to use...
Hi,
I am having same problem, have one portlet with mulitple controllers.
We are moving from spring 2.5 to Spring 3 and websphere portal 6.0 to 70.
We dont have annotation based controller. Also...
I am trying to display form using simpleformcontroller in portlet.
I have portlet which has formview property. when portlet loaded it displays that page but not sure why it calls onSubmitAction...
Not sure about exact problem you are facing, but I will recommend you to google for "Session In View" pattern, to overcome with lazy init and detached objects problems.
Besided setting user name, password, url you have to also set datasource property like
<property name="dataSource">
<ref local="dataSource"/>
</property>
For more info:...