Re: Cancel button:NOT work

2006-06-02 Thread Dave Newton
M.Liang Liu wrote: > Thank you,sir. Just for completeness, Wendy's a she ;) Darn lack of gender-specific pronouns... My taiji teacher always referred to me as "her" when talking about me in class. Took like three years to finally get her to stop. Dave -

RE: Cancel button:NOT work

2006-06-01 Thread Sateesh Nelluri
-Original Message- From: M.Liang Liu [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 9:21 AM To: Struts Users Mailing List Subject: Re: Cancel button:NOT work Thanks for your quick reply. I've fixed it. Thank you,sir. On 6/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > O

Re: Cancel button:NOT work

2006-06-01 Thread M.Liang Liu
Thanks for your quick reply. I've fixed it. Thank you,sir. On 6/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/1/06, M.Liang Liu <[EMAIL PROTECTED]> wrote: > Hi,I have got another problem,exception was thrown when I click my cancel > button using If it was an 'InvalidCancelException' th

Re: Cancel button:NOT work

2006-06-01 Thread Wendy Smoak
On 6/1/06, M.Liang Liu <[EMAIL PROTECTED]> wrote: Hi,I have got another problem,exception was thrown when I click my cancel button using If it was an 'InvalidCancelException' then see if this helps: http://wiki.apache.org/struts/StrutsUpgradeNotes128to129#head-e417741603dac43bb4fbde589271c568

Re: Cancel button:NOT work

2006-06-01 Thread M.Liang Liu
Exception is following: *exception* javax.servlet.ServletException org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:211) org.apache.struts.action.ActionServlet.

Cancel button:NOT work

2006-06-01 Thread M.Liang Liu
Hi,I have got another problem,exception was thrown when I click my cancel button using The excute method in the related action is following: public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse resp