Re: struts tiles definition in jsp

2005-03-02 Thread brenmcguire
Take a look at this: http://www.lifl.fr/~dumoulin/tiles/doc/tutorial.html#_Toc521292375 And remember that a definitions-config MUST BE an XML that follows the Tiles configuration DTD. Ciao Antonio Petrelli Jonathan M Z wrote: >I am a bit baffled by creating tiles definitions in >jsp(not XML) >her

struts tiles definition in jsp

2005-03-01 Thread Jonathan M Z
I am a bit baffled by creating tiles definitions in jsp(not XML) here is the jsp that tries to use the tiles <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <[EMAIL PROTECTED] file="../defs/common-defs.jsp"%> Here is common-defs.jsp <%@ taglib uri="/WEB-INF/struts-tiles.tld