I am trying this on Struts 1.1 final. Will this make any difference..

>>> [EMAIL PROTECTED] 07/08/03 05:11PM >>>
Odd, I can't reproduce that in 1.1-rc1.  Unless you're
extending something which might override the
isCancelled(HttpServletRequest) method, or the
html:cancel tag is not contained within an html:form
tag, I can't think of anything else.

m

--- Sashi Ravipati <[EMAIL PROTECTED]> wrote:
> This is how I have my cancel tag.
> 
> <html:cancel>
>         <bean:message key="button.cancel"/>
>   </html:cancel>
> 
> >>> [EMAIL PROTECTED] 07/08/03 02:27PM >>>
> The complete content of your html:cancel tag is
> probably key to solving this problem.
> 
> m
> 
> --- Sashi Ravipati <[EMAIL PROTECTED]> wrote:
> > 
> >  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
> > 
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to