You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Murray, Christopher" <Ch...@ds-s.com> on 2002/11/18 12:28:26 UTC

--> DispatchAction

How do you customize <html:submit> tags to use your own button image ?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: --> DispatchAction

Posted by Gemes Tibor <ge...@regens.hu>.
2002. november 18. 12:28 dátummal Murray, Christopher ezt írtad:
> How do you customize <html:submit> tags to use your own button image ?

<html:image>

Hth,

Tib

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: --> DispatchAction

Posted by Ronald Mathies <rm...@vda.nl>.
Hi Murray,

This should solve youre question :

<img source="image.img" onClick="document.form[0].submit();"/>

Grz,

Ronald.

----- Original Message -----
From: "Murray, Christopher" <Ch...@ds-s.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Monday, November 18, 2002 12:28 PM
Subject: <html:submit> --> DispatchAction


> How do you customize <html:submit> tags to use your own button image ?
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: --> DispatchAction

Posted by Míguel Ángel Mulero Martínez <mi...@mad.tecsidel.es>.
You can use the <html:image> tag.

Regards,
Miguel

-----Mensaje original-----
De: Murray, Christopher [mailto:Christopher.Murray@ds-s.com]
Enviado el: lunes, 18 de noviembre de 2002 12:28
Para: 'Struts Users Mailing List'
Asunto: <html:submit> --> DispatchAction


How do you customize <html:submit> tags to use your own button image ?

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>