Re: Properties of Nested Beans

2004-10-08 Thread Chris Stavrianou
I have narrowed the behaviour down somewhat - it appears to be related to using capital letters in properties. If I change the name of the LocationID String in the LocationBean from locationID to LocationID I get the following error: [ServletException in:/WEB-INF/jsp/admin/location/locselect.jsp]

Properties of Nested Beans

2004-10-08 Thread Chris Stavrianou
HI all, I am having a problem with collections of beans nested within beans. I have found that I can only nested beans and get property names if the property names are unique across the entire application. Is this a usual quirk of the way Struts uses reflection? Are there restrictions on reusin

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Chris Stavrianou
Thx Richard - that was it Had been pulling my hair out over this one. On Sat, 21 Aug 2004 19:38:05 +0100, Richard Aukland <[EMAIL PROTECTED]> wrote: > Hi Chris, > > just in case you havent noticed; > > Below you have not spelled 'property' correctly, you have 'propery' > > maybe this was it

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Chris Stavrianou
t; > but I guess you want a Validator for a single page > > so use DynaValidatorForm > now in vali.xml you must edit something like this: > name="nameOfTheBeanInMyStrutsConfigFile"... > > hope it helps, > > Regards, > Matthias > > > > -O

Newbie Validator Basic Configuration

2004-08-21 Thread Chris Stavrianou
Hi, I am attempting to use Validator with DynaValidatorActionForms - but can't get the Validator Plugin to work. Even the most basic form refuses to validate - please help. I have followed all FAQ - Mailing lists and books that I can find. Please find following relevant sections from Login.jsp