You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/08/07 12:39:16 UTC

[jira] Resolved: (WICKET-2973) Ajax updates don't happen for FormComponents that are children of Fragments

     [ https://issues.apache.org/jira/browse/WICKET-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-2973.
-------------------------------------

    Resolution: Not A Problem

The Ajax debug window shows:
ERROR: Wicket.Ajax.Call.processComponent: Component with id [[fieldfragmenta]] a was not found while trying to perform markup update. Make sure you called component.setOutputMarkupId(true) on the component whose markup you are trying to update.
INFO: Response processed successfully.

That's because you use <wicket:container> as parent. Replacing it with <div> fixes the problem. 
Please re-open the ticket if you think this is not correct.

> 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
>            Assignee: Martin Grigorov
>         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.