Re: Pre populate form missing values from nested object

2005-01-20 Thread Conrad CRAMPTON PSE 52704
lation.If your bean was placed on request scope, there is nothing torepopulate, because after the JSP is rendered, the form bean is lost. If you want to retain the bean after the life of the request, put itin session scope.hth,HubertOn Thu, 20 Jan 2005 15:21:28 +, Conrad CRAMPTON PSE 52704&l

Re: Pre populate form missing values from nested object

2005-01-20 Thread Conrad CRAMPTON PSE 52704
ous problems with what appears to be session data being lost.>>Here's another link that might help you manage your form data,>>particularly collections that you may place in controls:>>http://www.reumann.net/struts/articles/request_lists.jsp>>hth,>>Hubert   Th

Pre populate form missing values from nested object

2005-01-19 Thread Conrad CRAMPTON PSE 52704
Hi, The list archive search doesn't appear to work to forgive me if this is a simple and already answered topic.   I have an actionform that has an object as a property - Premises premises, and a jsp that uses . When I use createPremises.jsp all is ok and the values for premises get through to my