[ http://issues.apache.org/jira/browse/MYFACES-1056?page=comments#action_12363804 ]
Andreas Knuth commented on MYFACES-1056: ---------------------------------------- To realise the situation the component must have a valid value before ! Here the scenario in short: 1. Component a gets value "a" and will be submitted 2. go back to this page 3. Component b will get an "unvalid value" and the value of component a will be set to "empty" 4. After rendering the input of component a will show the value "a" instead of "empty" > getValue() vs. getLocalValue() in RendererUtils.getStringValue() > ---------------------------------------------------------------- > > Key: MYFACES-1056 > URL: http://issues.apache.org/jira/browse/MYFACES-1056 > Project: MyFaces > Type: Bug > Components: General > Versions: 1.1.1 > Environment: all > Reporter: Andreas Knuth > > For the case that any component on the page got a validation error and the > value of this component has been changed to empty, these changes will not be > visible after rendering !! > HtmlTextRendererBase uses the RendererUtils.getStringValue(...) Method and > that class uses the getValue() Method for retrieving the value. To my mind it > should use the getLocalValue() Method, because the user wants the changed > value being rendered. > -> > "getValue()" get the value from the ValueBinding of this component. > "getLocalValue()" get the value from the Attribut _value of this component -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
