Hi,
i am working with tabbedpane control of tomahawk, when i am including a plain jsp page like ....
<t:panelTabbedPane serverSideTabSwitch="false">
<t:panelTab id="tab1" label="TabbedPanel1">
<f:verbatim><jsp:include page="profile.jsp"/> </f:verbatim>
</t:panelTab>
it is working fine. but when i try to include a jsf page , which has taglib directives to include core and html components of jsf, it is giving error on server console as well on browser also...
stack trace ...
2007-07-27 16:15:50,421 ERROR [org.apache.myfaces.taglib.core.ViewTag] Error writing endDocument
java.io.IOException: Illegal to flush within a custom tag
at javax.servlet.jsp.tagext.BodyContent.flush(BodyContent.java:79)
at javax.faces.webapp._PageContextOutWriter.flush(_PageContextOutWriter.java:45)
Help me to solve this issue....
Thanks in advance...
[Message sent by forum member 'narayanasgs' (narayanasgs)]
http://forums.java.net/jive/thread.jspa?messageID=228509