Hi, with spring mvc 3.0.5 and
jsp,
JBOSS 7.1.1, when the popup page reload/refresh its parent page, the value of the bean fields on the parent page are lost.
The spring bean is configured with spring aop proxy as well.
Here is my servlet-config.xml file:
createproduct.jsp file:
Controller:
The productbean shown that the product name and description fields are null when the page return back to the createproduct.jsp page.
Any suggestion is very appreciated.
Thanks
Sam