[
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
When you run the app, the home page will have two checkboxes, One and Two.
Click One; you'll see Two gets checked because One has an onclick handler that
sets the value of Two to the same as One. You'll see this printed out:
before: one=true, two=false
after: one=true, two=true
Click One again; you'll see Two DOES NOT get unchecked as expected, even though
the printout is correct:
before: one=false, two=true
after: one=false, two=false
> 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.