I am using a tabbedPane component, and it works fine in Firefox. When I change from one tab to another, it works fine, but when I change to another tab, in IE7 I get an unknon runtime error, and in IE6 it just hangs.
Here's a sample of one of my tabbedPaneItem entries:
<q:tabbedPaneItem>
<f:facet name="tab">
<h:outputText value="Tab Title"/>
</f:facet>
<f:subview id="subview1">
<jsp:include page="xxxx.jsp" />
</f:subview>
</q:tabbedPaneItem>
The include file is using a <q:dataTable>.
I have 5 tabs, and when I switch to a new one for the first time, it works fine, but switching to another one (and all subsequent changes) causes the error. Any ideas?
Hello Gabe,
Sorry for the answer delay. I've tried to reproduce the desribed problem using following environment:
- QuipuKit v.1.4.1
- Tomcat 5.5
- JSF Implementation: RI 1.1
and it works fine. I've attached the pages and backing bean that were used. Please, try it if you have the similar environment.
Otherwise, provide us with the following information:
- QuipuKit version
- JSF implementation and version
- Application server and version
- Are there any exceptions in the server log
- Whether or not you are using Facelets, any other component libraries (such Richfaces, Tomahawk), JBoss Seam framework etc. Please also provide us with versions of used libraries
- If you are using Portlets, provide us with a portlet.xml file
Also it would be great if you can send us war-file that contains the reproducing example.
Regards,
Darya