<snip> On Sun, 23 Jan 2005 12:55:56 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > It is clear, however, that > something that works with Struts 1.1 does not work with Struts 1.2.6. </snip>
I should have said "something that works without LazyValidatorForm does not work with LazyValidatorForm and that something has to do with a particular Action class in my setup. The action class that I have problems with uses reflection to call a method and the method called in turn uses utility classes, e.g. the Action class execute method calls: public ActionForward exit (ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { return new AdminActionExit().execute(mapping,form,request,response); } Does not work. I am beginning to wonder if there is something in LazyValidatorForm that cannot stomach the second execute method. Jack -- ------------------------------ "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ ----------------------------------------------- "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]