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