[ 
https://issues.apache.org/jira/browse/TOBAGO-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484351
 ] 

Volker Weber commented on TOBAGO-337:
-------------------------------------

I'm not fully sure what you are talking about, but if you are changing the 
evaluated value of a disabled (or readonly) expression during the jsf lifecycle 
(exept between after updateModel and before renderResponse) you will get such 
unexpected behavior.

if (i guess) in your case the value of field1 updates (in updateModel) to less 
than 100 the other fields are disabled and not updated.
The submited values stays in the component and are rerendered to the client, 
even if the model has another value.

I'm closing this because ther is no bug, please reopen if you still think this 
is a bug in tobago.

> field value can't be setted or cleared if state changes from enabled to 
> disabeld
> --------------------------------------------------------------------------------
>
>                 Key: TOBAGO-337
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-337
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.10
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.6 snap 
> (23.03.2007), tobago 1.0.11 snap (17.03.2007)
>            Reporter: Guido Dubois
>             Fix For: 1.0.11
>
>         Attachments: disabled.war
>
>
> if field state changes from enabled to disabled it is not possible to set or 
> clear the fields content

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