Hi Yamini I am sorry that did not respond imeadetly got stuck in some work
<tiles:insert page="treenode.jsp" flush="false"/> use this instead of jsp include it has to work.. cheer up preetam -----Original Message----- From: Yamini Krishnamurthi Ayyagari [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:23 PM To: Struts Users Mailing List Subject: Nested tags and recursive inclusion Hello, I am trying to make recursive inclusion work with nested tags on Websphere but am running into some problems. This is what my code looks like. In main jsp: <nested:nest property="tree"> <jsp:include page="treenode.jsp" flush="true"/> </nested:nest> But I get an exception stating: Illegal to flush within a custom tag. If I do not flush I get an invalid jsp:include tag exception. Can someone help me with this? Thanks and Regards Yamini Ayyagari --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

