[
https://issues.apache.org/jira/browse/TRINIDAD-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626636#action_12626636
]
Andrew Robinson commented on TRINIDAD-1198:
-------------------------------------------
This does not sound like a bug. A disabled component will not submit a value to
the server. So therefore, the value must come from the EL expression / backing
bean. I presume that your backing bean has no value?
Workarounds:
1) use conversation (3rd party scope) or session scope for you backing bean
2) use t:saveState (tomahawk)
> inputText looses its values when switched from disabled to enabled using PPR
> ----------------------------------------------------------------------------
>
> Key: TRINIDAD-1198
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1198
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.9-core
> Reporter: Stephen Friedrich
>
> Title says it all:
> When a disabled text field contains some text, then some PPR action sets
> disabled="false" on that field, then the field losses its value.
> All text is gone.
> See TRINIDAD-1130 for an example app (the bug also still occurs with current
> svn version).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.