[
http://jira.jboss.com/jira/browse/RF-917?page=comments#action_12401887 ]
Paul Baker commented on RF-917:
-------------------------------
This fix was associated with a problem that I reported. I am still having the same
problem using 3.2.0 SNAPSHOT.
http://jboss.com/index.html?module=bb&op=viewtopic&t=120337
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: Alexander Francuzov
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