Results 1 to 1 of 1
- 12-29-2011, 10:11 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
problem with formbean in request scope
Hi,
In my application, we have some form beans, due to some constraints we kept those form beans in request scope.
we have VO object in the form bean.
I got the values in that VO in the response jsp page... when i modify the values and trying to update those values(resubmitting the form), the form bean instance is again creating.
To do that update successfully, i need the values present in that VO object.
Is there any way to keep those values in Form bean without going for session scope???
Thanks in advance
Similar Threads
-
Problem with scope
By jlennards in forum Advanced JavaReplies: 6Last Post: 07-16-2011, 04:32 AM -
Unable to get values of form fields using FormBean using Struts
By advan in forum New To JavaReplies: 7Last Post: 05-05-2011, 01:30 PM -
Request Scope in HttpServlet
By rkpasunoori in forum Java ServletReplies: 1Last Post: 11-13-2008, 05:43 AM -
How to use request Scope in Spring
By Java Tip in forum Java TipReplies: 0Last Post: 03-31-2008, 10:06 AM -
How to use request Scope in Spring
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks