[S2] Restricting paths?

2007-11-06 Thread Jake Robb
I have an action called MainMenu. It's defined as follows: action name=MainMenu class=mainMenuAction result name=success type=tilesmainMenu/result /action (I'm using the Spring plugin - mainMenuAction is the name of the spring bean) I want MainMenu to be accessible

Re: [S2] Restricting paths?

2007-11-06 Thread Gary Affonso
Did you checkout the namespace setting of your package? - Gary Jake Robb wrote: I have an action called MainMenu. It's defined as follows: action name=MainMenu class=mainMenuAction result name=success type=tilesmainMenu/result /action (I'm using the Spring plugin

RE: [S2] Restricting paths?

2007-11-06 Thread Jake Robb
Thanks, that did it! I didn't have namespace attributes for any of my packages. :) -Original Message- From: Gary Affonso [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 9:33 AM To: Struts Users Mailing List Subject: Re: [S2] Restricting paths? Did you checkout the namespace