Greg Reddin wrote:

On Sep 23, 2005, at 9:17 PM, Graham Reeds wrote:

Now nothing appears when I try to open Test.jsp from a page that has uses the <tiles:insert> method


I'm not quite following what you mean there. Are you saying you have a page with the following?

<tiles:insert path="pages/Test.jsp"/>

and you expect Test.jsp to include the definition?

Greg

No, I wasn't quite clear there. Test.jsp is opened from a page that uses the tiles actually within the file, eg:
<tiles:insert page="../_common/layouts/tiles/_header.jsp">
  <tiles:put name="title" value ="Home" />
</tiles:insert>
<a href="pages/Test.jsp">Test</a>
<tiles:insert page="../_common/layouts/tiles/_footer.jsp" />


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

Reply via email to