I've got a jsp chunk like this:
<input type="submit" name="<%= Globals.CANCEL_KEY %>"
value="<fmt:message key="form.cancel"/>">
And this code in an action:
if (isCancelled(request)) {
// do something
}
When I click cancel, isCancelled(request) returns false. Checking the
Action.isCancelled() method reveals that it looks for a request
attribute not a request parameter. That doesn't seem right to me.
Anyone care to shed some light on this. Maybe I'm missing something
obvious.
Thanks,
DAve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]