isCancelled(request) is always returning false (Even when cancel button
is clicked)

Need some help...

Thanks


>>> [EMAIL PROTECTED] 07/08/03 09:10AM >>>
I have a <html:cancel> in my jsp page. and in my action I have

if(isCancelled(request)){
      return mapping.findForward("index"); 
}


But it is not working. What am I doing wrong here. I am using Struts 1.1
final

Thanks

Reply via email to