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