See IAjaxCallDecorator

new AjaxLink(...) {

...

protected IAjaxCallDecorator getAjaxCallDecorator() {...}
}



On Wed, Nov 24, 2010 at 8:45 AM, smallufo <[email protected]> wrote:

> If I want to add a simple 'onclick warning' to an AjaxLink , the ajax's
> behavior will be overridden by :
>
> ajaxLink.add( new SimpleAttributeModifier("onclick", "return confirm('sure
> ?');"));
>
> How to avoid this ?
>

Reply via email to