Thanks for the references, but just replacing html:submit with the below
line worked for me
<span class="right"><html:image src='img/next.gif' value='Submit'
title='Submit' onclick='this.submit();' /></span>

-----Original Message-----
From: Michael McGrady [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 12:50 PM
To: Struts Users Mailing List
Subject: Re: form submit problem...


Jim Barrows wrote:

>
>
>>-----Original Message-----
>>From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED]
>>Sent: Wednesday, August 18, 2004 9:15 AM
>>To: Struts Users Mailing List
>>Subject: form submit problem...
>>
>>
>>I am trying to submit a form with users email and password,
>>such that when
>>the user ckicks on next the checkCustomer.do action is executed.
>>I am using html:submit to display the next button as below:"
>>                      <span class="right"><html:submit
>>value="next"/></span> "
>>
>>But i do not want to use html:submit as i have to display a
>>img  button .
>>How can i do that.
>>
>>

I would also suggest:
http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified

Michael



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to