Re: Using the html:img tag inside html:submit

2007-03-05 Thread Laurie Harper
Dave Newton wrote: --- Asad Habib [EMAIL PROTECTED] wrote: Is their a way to do this? http://struts.apache.org/1.2.9/userGuide/struts-html.html#image I'm not sure that helps. The issue is not how to use the html:image tag, but how to use it in this context -- which I don't think you can,

Re: Using the html:img tag inside html:submit

2007-03-05 Thread Dave Newton
--- Laurie Harper [EMAIL PROTECTED] wrote: Dave Newton wrote: http://struts.apache.org/1.2.9/userGuide/struts-html.html#image I'm not sure that helps. I thought he wanted a graphical button. d. TV

Re: Using the html:img tag inside html:submit

2007-03-04 Thread Dave Newton
--- Asad Habib [EMAIL PROTECTED] wrote: Is their a way to do this? http://struts.apache.org/1.2.9/userGuide/struts-html.html#image html:submit property=updateMyInformationMethod html:img srcKey=image.rightBorderedArrow altKey=image.rightArrow.alt border=1/html:img /html:submit Can you

Using the html:img tag inside html:submit

2007-03-03 Thread Asad Habib
Is their a way to do this? I have the following code but it does not work as expected: html:submit property=updateMyInformationMethod html:img srcKey=image.rightBorderedArrow altKey=image.rightArrow.alt border=1/html:img /html:submit Also, using the html:img tag like html:img / instead of