[
http://jira.jboss.com/jira/browse/RF-1365?page=all ]
Nick Belaevski resolved RF-1365.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
Waiting for review to 3.1.5 - 25 Mar.
dataFilterSlider does not work without <a4j:form
id="form1" reRender="list-body" ajaxSubmit="true"
ignoreDupResponses="true" requestDelay="100">
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-1365
URL:
http://jira.jboss.com/jira/browse/RF-1365
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Tsikhon Kuprevich
Priority: Minor
Fix For: 3.2.0
<rich:dataFilterSlider sliderListener="#{dfs.doSlide}"
binding="#{inventoryList.dataFilterSlider}" for="carList"
forValRef="inventoryList.carInventory" filterBy="getMileage"
manualInput="true" onSlide="true" onChange="true"
storeResults="true" trackStyleClass="track"
width="400px"
styleClass="slider-container" startRange="10000"
endRange="60000"
increment="10000" rangeStyleClass="range"
trailer="true"
trailerStyleClass="trailer" handleStyleClass="handle"
handleValue="10000" id="slider_1">
</rich:dataFilterSlider>
<h:dataTable id="carList" rows="10"
value="#{inventoryList.carInventory}" var="category"
rowClasses="list-row1, list-row2" columnClasses="column"
headerClass="list-header" styleClass="list-table2">
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Make" />
</f:facet>
<h:outputText value="#{category.make}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Model" />
</f:facet>
<h:outputText value="#{category.model}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.priceColumnName}" />
</f:facet>
<h:outputText value="#{category.price}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.mileageColumnName}" />
</f:facet>
<h:outputText value="#{category.mileage}" />
</h:column>
</h:dataTable>
--
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