[richfaces-issues] [JBoss JIRA] Created: (RF-989) scrollableDataTable broken header

Krasimir Goutcev (JIRA) jira-events at lists.jboss.org
Fri Sep 21 07:29:10 EDT 2007


scrollableDataTable broken header
---------------------------------

                 Key: RF-989
                 URL: http://jira.jboss.com/jira/browse/RF-989
             Project: RichFaces
          Issue Type: Bug
         Environment: RF 3.1.0
JSF 1.2
            Reporter: Krasimir Goutcev


this is my simple test:

	<rich:scrollableDataTable id="testSDT" 
				  var="formRow" sortMode="single" value="#{testBean.proba}" rows="5" height="250px">
				<rich:column id="formCode">
					<f:facet name="header">
							<h:outputText styleClass="headerText" value="MyHead" />
						</f:facet>
					<h:commandLink action="goToPage2"
						style="DISPLAY: block; width: 100%">
						link
					</h:commandLink>
                                 </rich:column>
	</rich:scrollableDataTable>

	<a4j:commandButton reRender="testSDT"/>

As you can see i have just 1 simple table and 1 buttot. When you click button datle must be reRenderd. after that - header is gone away.

See attached files:

-- 
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