Re: [Nested] Order of Population of nested properties

2003-06-03 Thread Affan Qureshi
t; <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 4:50 PM Subject: RE: [Nested] Order of Population of nested properties > > If you must do your thing in the setter then you can use request.getPara... > hmm oops! no you cant. You dont have access to the request object there! >

RE: [Nested] Order of Population of nested properties

2003-06-02 Thread Andrew Hill
distinctly 'inelegant'. Unless your in a big hurry Id say go with doing the stuff in the action itself. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Monday, 2 June 2003 19:42 To: Struts Users Mailing List Subject: RE: [Nested] Order of Population of nested

RE: [Nested] Order of Population of nested properties

2003-06-02 Thread Andrew Hill
Yeh. There is no gaurantee on the order of population. :-( If you must do your thing in the setter then you can use request.getPara... hmm oops! no you cant. You dont have access to the request object there! If its not a multipart form you could do it in the reset() method and use request.getPara