Re: Nested iterate name

2002-06-04 Thread Arron Bates
It's ignored as I preferred to have the tags rely on a central source the naming of the bean they're all going to be referencing. I feel it's safer being represented in a properly set up root tag, rather than any one name attribute of a parent tag. Some people also put the name attributes of c

Re: Nested iterate name

2002-06-04 Thread David Morris
Arron, And that is what I did. At this point the nested tag is working great so it is not worth spending much time on but I wonder why the name attribute on the nested:iterate tag seems to be ignored. From the documentation and what I remember of using the base iterate tag, I expected the fol

Re: Nested iterate name

2002-06-04 Thread Arron Bates
David, You can wedge a tag within the form tag. The child tags to the root tag will only see the root tag, and those outside the scope of the root tag won't know it's there either. Example... [... other nesting exploits ...]

Nested iterate name

2002-06-03 Thread David Morris
I am using the 1.1b1 nested tags and ran into something that seems inconsistent. When I specify a form like: ... I get an error that mybeanproperty, which is an ArrayList is not found in myform? If I create a getter in my form bean for mybean it works OK. I really don't want to do this un