[richfaces-issues] [JBoss JIRA] Commented: (RF-183) h:inputText in rich:dataTable is not refresh after changing the underlying model

Vivek Kandhvar (JIRA) jira-events at lists.jboss.org
Thu Jun 26 13:29:59 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-183?page=comments#action_12419096 ] 
            
Vivek Kandhvar commented on RF-183:
-----------------------------------

I am using JSF 1.2, JDK 1.6 update 6... and RichFaces 3.2.1
Still facing the same issue..

h:inputText field is not updated by the new value. Old value still persists.
Please fix this problem asap. Thanks.

> h:inputText in rich:dataTable is not refresh after changing the underlying model
> --------------------------------------------------------------------------------
>
>                 Key: RF-183
>                 URL: http://jira.jboss.com/jira/browse/RF-183
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>         Environment: jsf 1.2 + facelets + jboss 4.2.0 
>            Reporter: Mike Mosiewicz
>         Assigned To: Viktor Volkov
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> I have something like:
> <rich:datatable value="data" var="line">
>   <h:column>
>     <h:inputText value="#{line.amount}"  /> 
>   </h:column>
>   <h:column>
>     #{line.amount}
>   </h:column>
> </rich:datatable>
> When I change the underlying data (DataModel), the table is rendered but the inputText field content is not replaced with new values. So the value in inputText and the same value in second column are not equal after rendering. Changing to h:datatable solves this problem.

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