Re: Struts 2 Namespaces

2009-05-07 Thread Timothy Orme
Right, but I'm wondering what happens if 2 packages have the SAME namespace and each have an action with the same name like: etc. etc. Which one gets selected? -Tim Martin Gainty wrote: extends attribute: The extends attribute is optional and allows one package to inheri

Re: Struts 2 - Namespaces and hiding JSPs in WEB-INF

2008-05-16 Thread Mead Lai
/WEB-INF/web/user/login.jsp My app config like that. It's ok. Haven't get this problem. On Sat, May 17, 2008 at 3:59 AM, Jim Kiley <[EMAIL PROTECTED]> wrote: > False alarm, please ignore. Sheesh. > > On Fri, May 16, 2008 at 2:50 PM, Jim Kiley <[EMAIL PROTECTED]> wrote: > >> Hey gang, >> >> I'm do

Re: Struts 2 - Namespaces and hiding JSPs in WEB-INF

2008-05-16 Thread Jim Kiley
False alarm, please ignore. Sheesh. On Fri, May 16, 2008 at 2:50 PM, Jim Kiley <[EMAIL PROTECTED]> wrote: > Hey gang, > > I'm doing something that appears to be a bit strange and I'd appreciate any > advice anyone might have. > > I have two areas within my app -- "admin" and "user". So I have