Ah Ok.  After a quick search through the wiki I came up with this:

@Override
protected IAjaxCallDecorator getAjaxCallDecorator() {
  return new AjaxCallDecorator() {
    public CharSequence decorateScript(CharSequence script) {
      // add Javascript to change id here
      return "" + script;
    }
  };
}

Now I have to look up the Javascript.

Thanks, Nino.
-- 
View this message in context: 
http://www.nabble.com/AttributeModifier-in-AjaxLink%27s-onClick.--Possible--tp22697831p22698229.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to