RE: ActionErrors getting lost between action and JSP

2003-01-16 Thread Parnell, Giles (AU - Sydney)
Subject: Re: ActionErrors getting lost between action and JSP See my comments below. - Original Message - From: Parnell, Giles (AU - Sydney) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 10:03 PM Subject: RE: ActionErrors getting lost

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

RE: ActionErrors getting lost between action and JSP

2003-01-15 Thread Parnell, Giles (AU - Sydney)
- From: Parnell, Giles (AU - Sydney) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 6:57 PM Subject: ActionErrors getting lost between action and JSP Hi there guys Wonder if you can help. I am trying to get the struts actionErrors to appear

RE: Nested properties of form bean not being updated !

2002-11-05 Thread Parnell, Giles (AU - Sydney)
or so learning how to use it -- it will save you a lot 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

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
of all includes 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

RE: Nested properties of form bean not being updated !

2002-11-04 Thread Parnell, Giles (AU - Sydney)
/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 8:28 PM

RE: Nested properties of form bean not being updated !

2002-11-03 Thread Parnell, Giles (AU - Sydney)
html:form in the JSP. Sri -Original Message- From: Parnell, Giles (AU - Sydney) [mailto:g.parnell;eclipsegroup.com.au] Sent: Friday, November 01, 2002 12:04 AM To: '[EMAIL PROTECTED]' Subject: Nested properties of form bean not being updated ! Hi I'm having problems updating the nested

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