ExtendedDataTable inside ModalPanel: autosized works incorrectly.
-----------------------------------------------------------------
Key: RF-7307
URL: https://jira.jboss.org/jira/browse/RF-7307
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Environment: 3.2.2.SNAPSHOT
jsp, facelets
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Sources:
<rich:modalPanel id="mpID" showWhenRendered="true" autosized="true">
<f:facet name="header">
<h:outputText value="Modal Panel Header" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pics/error.gif"
onclick="Richfaces.hideModalPanel('mpID'); return false;" />
</f:facet>
<rich:extendedDataTable id="demoTable"
value="#{extendedDataTableBean.dataModel}"
var="patient">
<rich:column id="firstName"
filterBy="#{patient.firstName}"
sortBy="#{patient.firstName}">
<f:facet name="header">
<h:outputText value="First
name" />
</f:facet>
<h:outputText id="text"
value="#{patient.firstName}" />
</rich:column>
<rich:column id="lastName"
filterBy="#{patient.lastName}"
sortBy="#{patient.lastName}">
<f:facet name="header">
<h:outputText value="Last name"
/>
</f:facet>
<h:outputText
value="#{patient.lastName}" />
</rich:column>
</rich:extendedDataTable>
</rich:modalPanel>
# Open page and check table visability
Result: only one column is visible. See screen shot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues