RE: html:submit with an onclick

2002-10-16 Thread Karr, David
Response at end. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 10:39 AM To: 'Struts Users Mailing List' Subject: html:submit with an onclick I need to set two form properties when a button is clicked. The following works

RE: html:submit with an onclick

2002-10-16 Thread Wendy Smoak
David wrote: And the somewhat more radical position: Use the Struts-EL library. Then, this would look like this: html-el:submit property=submit onclick=setAction('Delete Staff');setKeyToDelete('${staffMember}'); styleClass=deleteButton