RE: ActionErrors getting lost between action and JSP

2003-01-16 Thread Parnell, Giles (AU - Sydney)
truts Users Mailing List > Subject: Re: ActionErrors getting lost between action and JSP > > > You need to save the ActionErrors object in the request in order to access > it from the JSP. The simplest way to do this is as follows: > > In your Action class, > ActionErrors errors = n

RE: ActionErrors getting lost between action and JSP

2003-01-15 Thread Parnell, Giles (AU - Sydney)
e"); In your JSP, This should output all the errors regardless of property name. - Original Message - From: "Parnell, Giles (AU - Sydney)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003

ActionErrors getting lost between action and JSP

2003-01-15 Thread Parnell, Giles (AU - Sydney)
Hi there guys Wonder if you can help. I am trying to get the struts actionErrors to appear on my error page. I can get them working when I use the html:errors tag and specify the exact error I'm after, however I am now trying to output ALL the errors... with zero luck so far. I have added two e

RE: Nested properties of form bean not being updated !

2002-11-05 Thread Parnell, Giles (AU - Sydney)
o deal with, especially with iterations, I use the extension. Hope you are able to work with it. Sri -----Original Message- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell@;eclipsegroup.com.au] Sent: Monday, November 04, 2002 8:28 PM To: 'Struts Users Mailing List' Subje

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
ot of work/worry/hassle. Wherever I have a nested hierarchy to deal with, especially with iterations, I use the extension. Hope you are able to work with it. Sri -Original Message----- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell@;eclipsegroup.com.au] Sent: Monday, November 04, 2002

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
des Give this a shot. Sri -----Original Message- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell@;eclipsegroup.com.au] Sent: Sunday, November 03, 2002 6:02 PM To: 'Struts Users Mailing List' Subject: RE: Nested properties of form bean not being updated ! Hi Sri Thanks for

RE: Nested properties of form bean not being updated !

2002-11-03 Thread Parnell, Giles (AU - Sydney)
## # THE END ! - hope ya still with me ! # #### # -Original Message- From: Sri Sankaran [mailto:Sri.Sankaran@;sas.com] Sent: Sat

Nested properties of form bean not being updated !

2002-10-31 Thread Parnell, Giles (AU - Sydney)
Hi I'm having problems updating the nested properties of an action form bean can anyone help ? I have a nested bean, say Address that lives within another bean, say Person. Both are value objects, which extend action form bean. I have the correct getters and setters set-up for both these be