Amit,

What do you mean by main page?  Your web.xml's welcome-file-list such as
index.jsp?  If so, I posted about it within the last 24 hours.  Try
something like this in your index.jsp file:

<%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %>
<tiles:insert definition="someDefinition"/>

Regards,
David

-----Original Message-----
From: Amit Gupta [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 06, 2004 12:55 AM
To: Struts Users Mailing List
Subject: problem with tiles


Hi Every body,

I developed a page using tiles and used struts-html tags in template page.
As a result when main page is excuted struts-html tags in template page are
not rendered. How to get Struts-html tags rendred when calling template page
in main page?

Amit Gupta


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to