This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes Lost value on reloading parent page. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Lost value on reloading parent page." Watch "Lost value on reloading parent page." New topic
Author

Lost value on reloading parent page.

sam White
Ranch Hand

Joined: Feb 18, 2011
Posts: 205
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Lost value on reloading parent page.
 
Similar Threads
How to get Hebrew text from JSP page correctly?
<jsp:setProperty> sets null values in the bean
Unable to call Controller method after form submission using Spring MVC 3
ResourceBundle [/WEB-INF/messageresource/welcome] not found for MessageSource
Struts question