Re: Pre populate form missing values from nested object

2005-01-20 Thread Conrad CRAMPTON PSE 52704
Ok, thanks Hubert - this confirms that I will have to do what I want another way. Cheers Conrad   Conrad CramptonSoftware Solutions ManagerForce Headquarters11 Edinburgh SquareSutton RoadMaidstoneME15 9BZ01622 653283 (ext)19-3283 (internal)07814 011752 (mobile)>>> [EMAIL PROTECTED] 20/01/05 15:36

Re: Pre populate form missing values from nested object

2005-01-20 Thread Hubert Rabago
Our views align on the use of session scoped beans, however, it seems that session scope is what meets your needs. > So this essentially means that nested objects are worthless as you can't > keep reference to child objects that you populate in the middle tier for the > trip around to the UI and

Re: Pre populate form missing values from nested object

2005-01-20 Thread Conrad CRAMPTON PSE 52704
    Conrad CramptonSoftware Solutions ManagerForce Headquarters11 Edinburgh SquareSutton RoadMaidstoneME15 9BZ01622 653283 (ext)19-3283 (internal)07814 011752 (mobile)>>> [EMAIL PROTECTED] 19/01/05 16:07:49 >>> > So the question is this - how do I retain values of nested properties that> aren't r

Re: Pre populate form missing values from nested object

2005-01-19 Thread Hubert Rabago
> So the question is this - how do I retain values of nested properties that > aren't required to be (or cannot be) represented in the jsp? The only values that you'll get when the form is submitted are the values that the form has. If you have values that you want to submit with the form, but do

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