Simple way to use button as link?

2010-03-23 Thread Sergey Olefir
Hi, for user interface reasons I want to use button on an otherwise read-only page that would simply open another page (e.g. act just like a link would). What would be the simplest way to achieve that (including i18n)? I'm currently using form like this: form wicket:id=signButtonForm button

Re: Simple way to use button as link?

2010-03-23 Thread James Carman
Try button wicket:id=myLinkwicket:message key=i18nkey //button. Then, just add any type of link object to your page with id myLink. You can attach a link to darn-near anything and it will work. On Tue, Mar 23, 2010 at 5:09 AM, Sergey Olefir solf.li...@gmail.com wrote: Hi, for user interface