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 2014/04/22 14:02:15 UTC

[jira] [Resolved] (WICKET-5568) Border and ajax

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

Martin Grigorov resolved WICKET-5568.
-------------------------------------

    Resolution: Incomplete

Hi,

FormGroupBorder is not part of Wicket distribution. We don't support it.
Please use the users@ mailing lists for help.
If you believe there is a bug in Wicket then please provide a demo application that shows the problem.

> Border and ajax
> ---------------
>
>                 Key: WICKET-5568
>                 URL: https://issues.apache.org/jira/browse/WICKET-5568
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.14.0
>            Reporter: eugene borisevich
>            Priority: Minor
>
> When I try to do :
> Border border = new FormGroupBorder("form-group");
> border.setOutputMarkupId(true);
> border..add(myComponent);
> add(border);
> .......
> protected void onUpdate(AjaxRequestTarget target) { 
>       target.add(border);
> }
> I get  :
> MarkupNotFoundException: Markup not found for Component: [FormGroupBorder[Component id = form-group]]
>      at org.apache.wicket.Component.internalRender(Component.java:2349)
>      at org.apache.wicket.Component.render(Component.java:2309)
> .......



--
This message was sent by Atlassian JIRA
(v6.2#6252)