Hi again,
yes i do define struts.convention.default.parent.package=default
but in order to have all action mapping created by convention added
parent package "default"
so that i can use this in my security interceptor.

Who knows, maybe it's corelated, i don't know.

But what i know for sure is
double check your configuration with config browser plugin.
http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html

Best greetings,
Paweł Wielgus.



2009/9/17 RogerV <roger.var...@googlemail.com>:
>
>
>
> 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
>
>

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

Reply via email to