On Tuesday 20 January 2009 09:14:19 juergen.l...@bmw.de wrote: > I just upgraded to struts 2.0.14 (from 2.0.11.2). On my development > environment I use Sunappserver 9.2 and everything works fine. > > On my productive environment I use Sunappserver 9.1. There I get a crazy > error. When I call an action the action class returns success. The error > message says: No result defined for action > anwendung.finishRuecklf.FinishRuecklf_Bericht and result input. But input > is never returned. > > I think the action classes execute method is never call. > > Can somebody conform this behavior > > Thanks > > Regards > Juergen
Are you sure that when you call the action class that there is no validation getting in the way? The interceptor stack will return "input" if validation fails before getting to your execute method. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org