[richfaces-issues] [JBoss JIRA] Created: (RF-1159) Scrollable Data Table has broken.
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Tue Oct 23 05:54:01 EDT 2007
Scrollable Data Table has broken.
---------------------------------
Key: RF-1159
URL: http://jira.jboss.com/jira/browse/RF-1159
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Konstantin Mishin
Assigned To: Konstantin Mishin
Priority: Minor
Fix For: 3.2.0
<ui:define name="leftsidebar">
<rich:panel>
<h:form>
<ajax:region>
<rich:spacer height="30" />
<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="400px"
width="700px" id="agencyList" rows="40" columnClasses="col"
value="#{notificationManager.getAgencies()}" var="agency" sortMode="single">
<rich:column id="agencyName">
<f:facet name="header"><h:outputText styleClass="headerText" value="Agency" /></f:facet>
<h:outputText value="#{agency.agencyName}" />
</rich:column>
</rich:scrollableDataTable>
</ajax:region>
</h:form>
</rich:panel>
</ui:define>
--
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