[richfaces-issues] [JBoss JIRA] Closed: (RF-4524) Rich data table commits entire form when sorting is used.

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Mon Dec 1 10:25:37 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsikhon Kuprevich closed RF-4524.
---------------------------------



> Rich data table commits entire form when sorting is used.
> ---------------------------------------------------------
>
>                 Key: RF-4524
>                 URL: https://jira.jboss.org/jira/browse/RF-4524
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Sergey Halipov
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>
> <h:form>
> <h:inputText required="true" id="test" value="#{bean.test}" />
> <rich:message for="test" />
> <rich:dataTable value="#{product.vehicleInfos}" var="vehicle" styleClass="width100proc"
> 			style="text-align: center;" id="vehicleList"
> 			reRender="vehicleList" ajaxSingle="true" >
> 		
> 		<rich:column style="width: 40%;" sortBy="#{vehicle.model}" >
> 			<f:facet name="header" >
> 				<h:outputText value="${msg['transferBestOffer.result.vehicleModel']}" />
> 			</f:facet>
> 			#{vehicle.model}
> 		</rich:column>
> .................
> </rich:dataTable>
> </h:form>
> When I click column header table is resorted as expected but entire form is submitted so there are unneeded validation messages for required inputs outside dataTable.

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

        



More information about the richfaces-issues mailing list