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

Stephen Friedrich commented on TRINIDAD-1198:
---------------------------------------------

So?

The valueChangeListener of the selectBooleanCheckbox shortens the jsf lifecycle 
by calling 
   FacesContext.getCurrentInstance().renderResponse();
so in any case the inputText's value should be unaffected, right?

(And in fact it works fine when switching from enabled to disabled.)

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

Reply via email to