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