RE: [OT] xdoclet actionforms

2005-04-21 Thread Aron Gombas
Hi Nils! Have you tried to give a name to your formbean like this: * * @struts.form name=addUserForm * It might help... Aron Gombas 3NF Corporation www.3nf.com -Original Message- From: Nils Liebelt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:03 AM To: 'Struts

Re: [OT] xdoclet actionforms

2005-04-21 Thread Nick Heudecker
The validator tags must be on the setter methods, not the getters. On 4/21/05, Nils Liebelt [EMAIL PROTECTED] wrote: Hi, I am using the webdoclet module to generate my struts-config.xml. It works very nice for my action classes. But for some reason I doesn't parse the tags in my Form

RE: [OT] xdoclet actionforms

2005-04-21 Thread Fogleson, Allen
Nils, In your @struts.form you need to give it a name like... @struts.form name=accountForm Al -Original Message- From: Nils Liebelt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 2:03 AM To: 'Struts Users Mailing List' Subject: [OT] xdoclet actionforms Hi, I am using