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]