RE: [s2] @ConversionErrorFieldValidator and Collections

2007-08-28 Thread Petzsch, Martin
Does anyone know what the release date for 2.0.11 is? This bug is now scheduled to be fixed in that release. Kind regards, Martin -Original Message- From: Petzsch, Martin Sent: 14 August 2007 16:53 To: Struts Users Mailing List Subject: RE: [s2] @ConversionErrorFieldValidator and

RE: [s2] @ConversionErrorFieldValidator and Collections

2007-08-14 Thread Petzsch, Martin
I have now posted this as a bug on JIRA. https://issues.apache.org/struts/browse/WW-2112 Kind regards, Martin -Original Message- From: Petzsch, Martin [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 15:40 To: Struts Users Mailing List Subject: [s2] @ConversionErrorFieldValidator and

[s2] @ConversionErrorFieldValidator and Collections

2007-08-09 Thread Petzsch, Martin
Hi, I posted this a few days ago but have had no response as yet. I will probably raise this as an issue/bug soon unless it is obvious to someone on here that I have a mistake in my approach. I have a data bean which a jsp links into through an action. This bean contains a da

@ConversionErrorFieldValidator and Collections

2007-08-06 Thread Petzsch, Martin
Hi, I have a data bean which contains a date field. I annotate the set method with: @ConversionErrorFieldValidator(message="aDate: Conversion Error") @RequiredFieldValidator(message="aDate: Required Field") public void setADate(Date date) { aDate = date;