2008/1/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Thanks for ur reply.
> Even i know that it is the problem.
> How can i make the tiles definitions of one module to other?



In your struts-config-masters, when you configure Tiles plugin, you can add
a comma-separated list of Tiles definition files:
<set-property
property="definitions-config"
value="/WEB-INF/tiles-defs.xml,/WEB-INF/tiles-defs-masters.xml" />
Notice that, IIRC, the JSP files are got appending the module prefix, so
your original JSP cannot be used.

Antonio

Reply via email to