Re: Seeking Review: change to tabbedpanes demo
Ed Burns wrote:
>This seems like a bug from the beginning. In any case, this is
>necessary to allow this to work with TCCI.
>
>Index: tabbedpanes3.jsp
>===================================================================
>RCS file: /cvs/javaserverfaces-sources/jsf-demo/components/web/tabbedpanes3.jsp,v
>retrieving revision 1.11
>diff -u -r1.11 tabbedpanes3.jsp
>--- tabbedpanes3.jsp 5 Feb 2004 16:23:53 -0000 1.11
>+++ tabbedpanes3.jsp 8 Mar 2005 18:42:23 -0000
>@@ -39,6 +39,7 @@
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
>
>+<f:subview id="thirdPane">
> <h:panelGroup>
> <h:outputText value="This is the third pane with the date set to: "/>
> <h:outputText value="#{sessionScope.date}">
>@@ -46,3 +47,4 @@
> </h:outputText>
> </h:panelGroup>
>
>+</f:subview>
>
>
>
r=rogerk