[Wicket-user] Images to button

2006-07-06 Thread gangadhar
Hi All I want to add external images to button . Regards Gangadhar Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

Re: [Wicket-user] Images to button

2006-07-06 Thread Frank Bille Jensen
What do you mean? Like the entire button is just your image or that you both have text and an icon? Try taking a look at: http://wicket.sourceforge.net/apidocs/wicket/markup/html/form/ImageButton.html Regards Frank On Thu, 2006-07-06 at 16:00 +0530, [EMAIL PROTECTED] wrote: Hi All I want

Re: [Wicket-user] Images to button

2006-07-06 Thread Eelco Hillenius
That, or just use a SubmitLink coupled to a a tag with an img tag embedded. Or use CSS. Eelco On 7/6/06, Frank Bille Jensen [EMAIL PROTECTED] wrote: What do you mean? Like the entire button is just your image or that you both have text and an icon? Try taking a look at: