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