[ 
https://issues.apache.org/jira/browse/TRINIDAD-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886679#action_12886679
 ] 

Sebastian Prehn edited comment on TRINIDAD-1846 at 7/12/10 5:45 AM:
--------------------------------------------------------------------

Bugfix Proposal provided by Johannes Konstantinidis

      was (Author: prehn81):
    Bugfix provided by Johannes Konstantinidis
  
> Trinidad UIXEditableFacesBeanImpl does not handle null input values 
> correctly. 
> -------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions:  1.2.12-core
>         Environment: any
>            Reporter: Sebastian Prehn
>         Attachments: fix.diff
>
>
> Trinidad UIXEditableFacesBeanImpl does not handle null input values correctly.
> In case form validation fails JSF jumps to render response phase and all 
> input data must be redisplayed in the fields (including the invalid input).
> Scenario:
> You have a form including a regular input field and configure a converter for 
> that field. 
> Expected:
> In case overall form validation fails and the converter returns null the 
> input sent by the user should be rendered.
> Is:
> Trinidad displays the value from the model, not the value sent by the user.
> We believe this behaviour is present in all 1.2.* versions. We did not check 
> for 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to