Le 31 mai 10 à 21:42, Rafał Laczek a écrit :

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 will
be static.
So the question is how to implement this wicket:id="Bil".
<input type="submit" value="New" wicket:id="NewRow" ><img
wicket:id="Bil" title="tabell"/></input>
Rafal,

Maybe you should ask the wicket forum, since you have already asked many questions about Wicket and nobody answers. That means that either nobody uses Wicket on this forum or nobody knows the answers to your questions. I mean if you really want an answer of course, it will be more disappointing for you to ask the right forum.

Michèle Garoche


Rafal

Dnia 31-05-2010 o godz. 21:15 Michčle Garoche napisał(a):
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>
Generally saying I must replace value with the image.
Can somebody point me.
Try this:

<input border=0 src="whateverlocationyourimageisin/
image.whateverextensionsupported" type=image value=submit
align="middle">

You may also use css to define the image, and use a class in your
submit.

Michèle Garoche

Regards,
Rafal


--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
?hl=en
on


--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en ?hl=en

--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to