I need 3 buttons 
1) normal submit button - works correctly - yeah
        <c:url var="addImage" value='/images/buttonAdd.jpg'/>
        <html:image src="${addImage}" alt="Add" value="add"/>

2) reset button - press this and any changes since the last form
submit are removed
Tried (displayed image, but submitted:
<html:image src="${resetImage}" alt="Reset" value="reset"/>
used (resets correctly, but no image:
<html:reset alt="Reset" value="reset"/>

3) clear button - runs some javascript to blank all of the
fields.
Displays image correctly, clears form, but submits.
<html:image src="${clearImage}" alt="Clear" value="clear"
onclick="clearFields();return false;"/>
A complicating factor is that all of these need to be images.

=====

Norris Shelton
Software Engineer
Sun Certified Java 1.1 Programmer
Appriss, Inc.
ICQ# 26487421
AIM NorrisEShelton
YIM norrisshelton



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

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

Reply via email to