done : https://issues.apache.org/jira/browse/WICKET-3042
2010/9/10 nino martinez wael <[email protected]>: > ok,, > > 2010/9/10 Igor Vaynberg <[email protected]>: >> jira+quickstart >> >> -igor >> >> On Fri, Sep 10, 2010 at 4:11 AM, nino martinez wael >> <[email protected]> wrote: >>> Hi I have an ajax link on my page, but on m2 it never fires the submit: >>> >>> add(new AjaxSubmitLink("helloSubmit", form) { >>> private static final long serialVersionUID = 1L; >>> >>> �...@override >>> protected void onSubmit(AjaxRequestTarget target, >>> Form<?> form) { >>> CallQueue callQueue = wallBoardDataProvider >>> .getCallQueue("nmw01"); >>> HomePage.this.text = callQueue.getName() + >>> ":" >>> + >>> callQueue.getData().get(0).getName() + ":" >>> + >>> callQueue.getData().get(0).getValue().toString(); >>> target.addComponent(label); >>> } >>> >>> �...@override >>> protected void onError(AjaxRequestTarget arg0, >>> Form<?> arg1) { >>> // TODO Auto-generated method stub >>> >>> } >>> }); >>> >>> However it works fine on m1... >>> >> >
