nested:form parent scope

2003-03-13 Thread Scott Severtson
I'm using RC1, playing around with nested tag support, and ran into an unexpected behavior. I'm not sure if this is by design and I'm using it incorrectly, or a bug. I'm iterating over a list of users, and want to create a short form for each user, containing their username and a submit button.

Re: nested:form parent scope

2003-03-13 Thread Arron Bates
Try swapping the nested:form with html:form. I'd be surprised if it didn't start working. Each tag sets a reference. nested:form tag is special in that it's a root tag that defines the start of a nested structure. Your example is nesting fine until you hit the form tag. I can see your logic in