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
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
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
3 matches
Mail list logo