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...
>>
>

Reply via email to