Re: [java ee programming] input tag with image

2010-05-31 Thread Michèle Garoche
Le 31 mai 10 à 19:00, Rafał Laczek a écrit : Hi, It seems that I have simple question but I can t find reply in internet. Well, well, there are plenty of answers if you search with the following sentence: submit with image I have to use input type=submit value=New data with image img

Re: [java ee programming] input tag with image

2010-05-31 Thread Henry Xia
Hi, See this example: input type=image src =http://localhost:8080/e-knoxville/image/login.gif; alt=submit NAME=imagesubmit style=max-height:40px; max-width:40px; Hope it helps, Thanks, Henian 2010/5/31 Rafał Laczek rafal_lac...@wp.pl Hi, It seems that I have simple question but I can t

Re: [java ee programming] input tag with image

2010-05-31 Thread Rafał Laczek
Hi Colleagues, Thanks for all reply but I have forgotten to add that I need to do it using Wicket framework. Please have a look for following code. In img have wicket:id=Bil This id specifies source where the image is available. In below solution we receive New button and Bil image. The Bil