Re: struts2 is moving mainly to jsp ?

2007-09-17 Thread Balaji J
Hi Leonidas, You can include shtml or freemarker files using <#include> tag like this <#include "header.ftl" /> you can also consider templateDir or theme in the include path. here are few examples <#include "/${parameters.templateDir}/header.ftl" /> <#include "/${parameters.templateDir}/${pa

Re:

2007-09-17 Thread Balaji J
Hi Scott, I verified and even <@s.url> in both environments. I was not able to see the difference. In my desktop, i was using tomcat 5.5 and my server has tomcat 6.0 If you can explain me the difference, i can visualize where it went wrong or I am looking at something else. Thanks, Balaji st

Re: Struts138 - Restrict Access to my actions?

2007-09-18 Thread Balaji J
Hi Tom, Interceptor is the best solution for this kind of problem. Pass all your action requests to your custom interceptor that should validate your requests and redirect to respective actions. Regards, Balaji nomax wrote: > > Hi, > > I want to restrict access to my actions - meaning: I d