I have a LookupDispatchAction in which I overwrote the execute to also look
for isCancelled:

   if(isCancelled(request)) {
       log.debug("Is cancel action");
       return cancelProcess(aMapping, aForm, request, response);
   }

For some reason it is never returning true for isCancelled.
The button in my jsp is defined as:

   <html:cancel styleClass="smButton" property="userAction">
        <bean:message key="button.cancel"/>
   </html:cancel>

I am using Struts 1.1 rc1

Has anyone else seen this before?

TIA,
-Tim

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

Reply via email to