Re: Cancel button and security

2005-07-21 Thread Przemyslaw Lupinski
Paul, I agree. It will work if you don't forget override cancelled method in every action. The better solution is to do it in BaseAction. Regards, Przemyslaw > Przemyslaw, > > Thanks for pointing this out! I use dispatching > actions in my application and each one has a cancelled > method. Under

Cancel button and security

2005-07-14 Thread Przemyslaw Lupinski
t's very simple. Just putting parameter in url org.apache.struts.taglib.html.CANCEL=1 or adding form element . I've tried this trick in many sites written in Struts. I advise to remember about this problem if we don't have a validation in business