[richfaces-issues] [JBoss JIRA] Resolved: (RF-917) Combination of scrollableDataTable and TabPanel produce empty pages
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Tue Oct 30 12:24:12 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-917?page=all ]
Konstantin Mishin resolved RF-917.
----------------------------------
Resolution: Done
> Combination of scrollableDataTable and TabPanel produce empty pages
> -------------------------------------------------------------------
>
> Key: RF-917
> URL: http://jira.jboss.com/jira/browse/RF-917
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: David Steinkopff
> Assigned To: Konstantin Mishin
> Fix For: 3.2.0
>
>
> I have a problem. The following page rendered at the first time correct. If I make a switch to tab2 I have a empty page.
> The bean list is empty and the selection is a primity getter-&-setter of a object-instance.
> -- test.xhtml --
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html dir="ltr" lang="de" xmlns="http://www.w3.org/1999/xhtml"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
> <f:view locale="de">
> <head>
> <title>test</title>
> </head>
> <body>
> <h:form>
> <rich:scrollableDataTable
> width="100%" height="240px"
> value="#{bean.list}" var="element"
> selection="#{bean.selection}">
> <rich:column>
> <f:facet name="header">
> <h:outputText value="col1"/>
> </f:facet>
> </rich:column>
> <rich:column>
> <f:facet name="header">
> <h:outputText value="col2"/>
> </f:facet>
> </rich:column>
> </rich:scrollableDataTable>
> <rich:tabPanel>
> <rich:tab label="tab1">
> <h:outputText value="text1"/>
> </rich:tab>
> <rich:tab label="tab2">
> <h:outputText value="text2"/>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </body>
> </f:view>
> </html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list