The OP is mapping the result by XML so the behavior (as someone pointed out) is what you would expect.
Chris -----Original Message----- From: Paweł Wielgus <poulw...@gmail.com> To: Struts Users Mailing List <user@struts.apache.org> Sent: Fri, Aug 28, 2009 2:58 am Subject: Re: Convention Plugin problem Hi all, my thinking is same as Dave's, add config browser plugin to see what things are after app has started. Also You can try http://myserver/myapp/catchall to see if it is mapped by a convention plugin. http://cwiki.apache.org/S2PLUGINS/config-browser-plugin.html Best greetings, Paweł Wielgus. 2009/8/28 Dave Newton <newton.d...@yahoo.com>: > Rusty Wright wrote: >> >> I can't get struts.convention.result.path to work. >> >> <package name="default" extends="struts-default"> >> <action name="catchall" > >> <result>/catchall.jsp</result> >> </action> >> </package> > >> ... >> >> <constant name="struts.convention.result.path" >> value="/WEB-INF/views/jsp/" /> >> >> But it's always looking for the catchall.jsp file in the top level >> directory of my web app, ~tomcat/webapps/sample002. > > My impression was that the convention result path was for *conventionally* > defined results--you're defining that one manually. > > I'd expect the behavior you're seeing, but I could be wrong. > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail : user-h...@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org