Re: Struts2, Tiles2 and Container Managed Security

2007-04-19 Thread Torsten Römer
I still haven't got this to work and I am starting to wonder: Am I too dumb or is it at all possible to refer to an action or a Tiles definition in ? In Struts1 apps I can put a .do action in there - what is the difference to Struts2? Is it the S1 ActionServlet vs. the S2 filter? Torsten Torsten

Struts2, Tiles2 and Container Managed Security

2007-04-16 Thread Torsten Römer
I am trying to use Container managed security with Struts2 and Tiles2. I created a Tiles definition called "loginTiles" for the login page, and in my package called "page" with namespace "/page", I have the following action: {1}Tiles I am using this action as and in web.xml: /page/logi