Tim Lantry wrote:
How do you localize the 'label' on an AjaxButton component?

Off the top of my head, try:

AjaxButton foo = new AjaxButton("foo");
foo.setModel(new StringResourceModel("propertyKey"));


Regards,

Al
--
Alastair Maw
Wicket-biased blog at http://herebebeasties.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to