HTML can't do what you want. You can create an image that looks like a button (of course it won't change to match what the OS buttons look like), that includes an image on it. With that image you can either use an <html:link> with some javascript or an <html:image>, but you can't put an image on a button in HTML. (*Chris*)
On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
José Carlos Ortiz ha scritto: > But, it generates a image that links to another page, and I need a button, > with that image inside, that links to another page. > > http://www.htmlcodetutorial.com/forms/_BUTTON.html I don't think that Struts tags support this element, so I think you need to use <html:rewrite> to rewrite action URL. HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]