chiji nwankwo wrote:

> Does anyone have any examples of how to use the html:image tag to 
> perform a submit.  Please point me in the right direction.


You just need to put the <html:image> tag within a <html:form> tag.  This works 
for me:


<html:form action="someAction.do">
     ...input fields, etc....
     <html:image page="submit.gif" />
</html:form>


HTH,
        Eric
-- 
Eric Rizzo, Software Engineer
OpenNetwork Technologies
http://www.opennetwork.com
-----------------------------
I embrace my personality flaws, for without them
I might have no personality at all.

Reply via email to