Re: Nested tags and jsp:include

2002-08-28 Thread Spunky Monkey
pop an empty nested:root tag around all the nested tags in the included page. Nested tags always need their root tag. In this instance, the empty root tag will pick up where the other page left off. First page, eg... nested:form name=myFormBean nested:iterate property=myList jsp:include

RE: Nested tags and jsp:include

2002-08-28 Thread Lister, Tom (ANTS)
- From: Spunky Monkey [mailto:[EMAIL PROTECTED]] Sent: 28 August 2002 11:05 To: Struts Users Mailing List Subject: Re: Nested tags and jsp:include pop an empty nested:root tag around all the nested tags in the included page. Nested tags always need their root tag. In this instance, the empty root tag