[richfaces-issues] [JBoss JIRA] Resolved: (RF-989) scrollableDataTable broken header
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Thu Oct 25 14:32:16 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-989?page=all ]
Konstantin Mishin resolved RF-989.
----------------------------------
Resolution: Done
> scrollableDataTable broken header
> ---------------------------------
>
> Key: RF-989
> URL: http://jira.jboss.com/jira/browse/RF-989
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: RF 3.1.0
> JSF 1.2
> Reporter: Krasimir Goutcev
> Assigned To: Konstantin Mishin
> Fix For: 3.2.0
>
> Attachments: screenshot-1.jpg, screenshot-2.jpg
>
>
> 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" value="Press Me"/>
> 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