Paweł Wielgus wrote:
> 
> Hi Roger,
> i'm using convention in all my actual projects,
> i also use global result with no problems like this:
>       <global-results>
>               <result 
> name="login-input">/WEB-INF/pages/login-input.jsp</result>
>       </global-results>
> 
> Best greetings,
> Paweł Wielgus.
> 

Hi Pawel

Do you define <constant name="struts.convention.default.parent.package"
value="xxxxx"/> to make this work? I've added a "button" to all my jsp pages
to allow my users to go back to the main menu page. The button calls a
method menu() which is defined in a baseAction which all my actions extend.
I know that the menu() method is being called successfully, but Struts
remains at the jsp page where I hit the button.

Regards
Roger

-- 
View this message in context: 
http://www.nabble.com/Global-Exceptions-with-Convention-Plugin-tp25395678p25490230.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to