[ http://issues.apache.org/jira/browse/MYFACES-108?page=comments#action_61690 ] Jon Travis commented on MYFACES-108: ------------------------------------
I am having an issue in the current release (1.0.9 ... head?) Basically text inputs are coming back from POSTs as "" instead of 'null' (I don't change any values). When the renderutils check to see if the object is null, it fails (and thus, always renders "" instead of grabbing the value from the model bean) > UIInput should not store submitted value in the state > ----------------------------------------------------- > > Key: MYFACES-108 > URL: http://issues.apache.org/jira/browse/MYFACES-108 > Project: MyFaces > Type: Improvement > Versions: 1.0.7 beta, 1.0.8 beta > Reporter: sean schofield > Priority: Trivial > > Submitted value really shouldn't be stored in the state. At a minimum it is > confusing and results in extra bandwith with client-side state saving. Heath > points out that in most cases the value being "stored" will probably be null. > That being said, if the code is totally unecessary we ought to consider > removing it. I will leave this issue open for a while to make sure nobody > has any issues with fixing it. This will affect a lot of components so I > want to be sure this is the right thing to do. I will provide a patch > eventually. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
