Modules Problem

2006-03-01 Thread Kalcevich, Daniel
Everyone, I have two modules: / & /app. /app is protected by a Servlet Filter and is used for all actions after you have authenticated yourself. I am having a problem when I try to declare a form in a JSP page that is referenced by an action within the /app module. I am trying to define the

Tiles Developement - was Tiles Modules Problem

2004-07-27 Thread David Erickson
So I guess I'm the only one who has beef with the way this currently works? -David - Original Message - From: "David Erickson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 26, 2004 6:50 PM Subject: Tile

Tiles Modules Problem

2004-07-26 Thread David Erickson
Ok so as far as struts is concerned, if your within a module, say /user, all actions defined in struts-config-user.xml will resolve to that directory, for example: would resolve to /(AppContext)/user/editPage.do However this same functionality does not appear to exi