[
https://issues.apache.org/jira/browse/ADFFACES-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-36:
---------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> af:selectOneChoice doesn't cause a partial page refresh if you choose the
> initial value the select box was rendered with
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: ADFFACES-36
> URL: https://issues.apache.org/jira/browse/ADFFACES-36
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Affects Versions: 1.0.0-incubating-core
> Environment: We are using request scope beans
> Reporter: Peace Software
> Fix For: 1.0.0-incubating-core
>
>
> There seems to be some optimisation going on that is stopping a partial page
> refresh to be triggered if the user selects the initial value the select box
> was rendered with.
> This is a problem for us as we are using request scope beans. Imagine the
> page is rendered with the value of the select being "x", the user changes the
> value to "y" and a partial page refresh is triggered. However when the user
> changes the value back to "x" no refresh is triggered as as far as the
> backing bean is concered the value is already "x", because we are request
> scope beans, and therefore no refresh is necessary.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.