DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18343>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18343

Nested tags cannot find bean in any scope in included JSP





------- Additional Comments From [EMAIL PROTECTED]  2003-04-04 23:39 -------
Think have identified the source of the problem.

elaine is trying to use the 'id' attribute in 'nested:iterate' tag to create a 
bean which she uses in the included JSP. This will not work as the bean is 
created in 'page' scope. If she wishes she can put in a 'define' right after 
the 'iterate' tag, and push in this bean into 'request' scope. Alternatively, 
as Arron suggests take out the 'name' attributes in the included JSP. Nested 
tags will find their parent tags.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to