* Francisco Diaz Trepat - gmail:
> 
> Anybody knows how to change the displayed name of an AjaxSubmitButton?
> 
> I just tried to do a .setMode(new ResourceModel(bla bla.... But it didn't
> work.
> 
> 
> I have an input:
> 
> <input type="submit" value="create" wicket:id="createButton">

Please always mention the version of Wicket you are using.

In Wicket 1.3, this is supposed to work.  Set a breakpoint in
Button#onComponentTag() on the line tag.put("value", value);

Best regards,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to