You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mark Mandel <Ma...@hds.com> on 2004/04/08 02:49:59 UTC

'Can't insert page' Error - But it's a tile!

Hey All - 

This is driving me nuts!

I have a tile defined as:
--
  <definition name="tiles.content.common.downloadHeader"
path="/jsp/tiles/content/common/downloadHeader.jsp">
    <put name="category" type="string" />
  </definition>
--

And in my JSP code I am trying to include it by going:
--
<tiles:insert template="tiles.content.common.downloadHeader">
	<tiles:put name="category" value="Webpage" />
</tiles:insert>
--

And all I get back is:
--
Can't insert page 
'tiles.content.common.downloadHeader' :
/jsp/tiles/content/webpage/tiles.content.common.downloadHeader
--

But it's a tile?

I can't see what I am doing wrong 

TIA.

Mark

Web Application Developer 
Hitachi Data Systems Corporation 

HITACHI 
Inspire the Next 
4/441 St Kilda Rd Melbourne 3004 
Email: mark.mandel@hds.com 
Desk: +61 3 9281 9215 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org