[
https://issues.apache.org/jira/browse/WICKET-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Sinai updated WICKET-2973:
---------------------------------
Attachment: quickstart.zip
A new quickstart that properly demonstrates the problem this time. My patch
fixes it.
When you run the app, the home page will have two checkboxes, One and Two.
Click One; you'll see Two gets checked and disabled because One has an onclick
handler that sets the value of Two to the same as One, and sets the enabled
flag of Two to the opposite of the value of One. You'll see this printed out:
before: one=true, two=false, is two enabled=true
after: one=true, two=true, is two enabled=false
Click One again; you'll see Two DOES NOT get unchecked or enabled as expected,
even though the printout is correct:
before: one=false, two=true, is two enabled=false
after: one=false, two=false, is two enabled=true
> Ajax updates don't happen for FormComponents that are children of Fragments
> ---------------------------------------------------------------------------
>
> Key: WICKET-2973
> URL: https://issues.apache.org/jira/browse/WICKET-2973
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8,
> 1.4.9
> Reporter: Julian Sinai
> Attachments: patch.txt, quickstart.zip
>
>
> See
> http://apache-wicket.1842946.n4.nabble.com/refreshing-fragment-td2286189.html#a2286189
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.