Pratik created TRINIDAD-2264:
--------------------------------
Summary: Unable to update the UI with bean value
Key: TRINIDAD-2264
URL: https://issues.apache.org/jira/browse/TRINIDAD-2264
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.12-core
Environment: Cent OS 5x
Reporter: Pratik
I have a Use case where there is a drop down and an input text, check box.
These two components has partial trigger on drop down.
Drop down has following attribute set:
autoSubmit="true", simple="true", immediate="true" and a value change listener.
and the two components has partial trigger on above drop down.
Now when change values in drop down, the value in components get changed for
the first time and after that the values are stored in local cache and
irrespective of value of bean the next time change on drop down, it shows value
stored in local cache.
Is this a desired expectation ?
In our case we are unable to get the desired behavior and found that the
workaround is to call reset value to all the components in our value change
listener.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira