[richfaces-issues] [JBoss JIRA] Resolved: (RF-2946) column sorting in modalPanel

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Jun 13 08:43:33 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2946?page=all ]

Nick Belaevski resolved RF-2946.
--------------------------------

    Resolution: Cannot Reproduce Bug
      Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)

Cannot reproduce the issue using the following code:

		<a onclick="#{rich:component('mpn')}.show()" href="#">Show</a>


		<rich:modalPanel id="mpn">
		<h:form>
			<rich:spacer height="30" />
			<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="400px" 
				width="700px" id="carList" rows="40" columnClasses="col"
				value="#{dataTableScrollerBean.allCars}" var="category" sortMode="single"
				binding="#{dataTableScrollerBean.table}"
				selection="#{dataTableScrollerBean.selection}">

				<rich:column id="make">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Make" /></f:facet>
					<h:outputText value="#{category.make}" />
				</rich:column>
				<rich:column id="model">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Model" /></f:facet>
					<h:outputText value="#{category.model}" />
				</rich:column>
				<rich:column id="price">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Price" /></f:facet>
					<h:outputText value="#{category.price}" />
				</rich:column>
				<rich:column id="mileage">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Mileage" /></f:facet>
					<h:outputText value="#{category.mileage}" />
				</rich:column>
				<rich:column width="200px" id="vin">
					<f:facet name="header"><h:outputText styleClass="headerText" value="VIN" /></f:facet>
					<h:outputText value="#{category.vin}" />
				</rich:column>
				<rich:column id="stock">
					<f:facet name="header"><h:outputText styleClass="headerText" value="Stock" /></f:facet>
					<h:outputText value="#{category.stock}" />
				</rich:column>
			</rich:scrollableDataTable>
			
			
		</h:form>

		</rich:modalPanel>


> column sorting in modalPanel
> ----------------------------
>
>                 Key: RF-2946
>                 URL: http://jira.jboss.com/jira/browse/RF-2946
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: IE 7
>            Reporter: Bernd Winterstein
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> The column sorting in a scrollableDataTable in a modalPanel does not work. When i cklick the header the background page is reloaded but in the panel nothing happens.

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