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

Re: Properties of Nested Beans

2004-10-08 Thread Yves Sy
Try keyboardmonkey.com It has good stuff on nested tags which is what probably need. -Yves- On Fri, 08 Oct 2004 11:39:27 -0400, Bill Siggelkow [EMAIL PROTECTED] wrote: There is no such restriction -- please provide some code so we can help diagnose your problem. -Bill Siggelkow

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