Denise, You might code the buttons as something like:
<input type="submit" name="formAction" value="OK">
<input type="submit" name="formAction" value="CANCEL">
Then within your webapp controller, you can call
request.getParameter("formAction"), and if formAction is CANCEL, you can
reset your bean.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
