[
http://jira.jboss.com/jira/browse/RF-989?page=all ]
Krasimir Goutcev updated RF-989:
--------------------------------
Attachment: screenshot-1.jpg
before ReRender
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
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