Within a jsp as it's being rendered, is it possible to get the name of the
current Tile definition that is displaying said jsp?  e.g.:

<definition name="tile.foo" page="/include/layout.jsp">
  <put name="footer" type="page" value="/include/footer.jsp" />
  <put name="menu" type="page" value="/include/menu.jsp" />
  <put name="body" type="page" value="/include/default.jsp" />
</definition>

and as menu.jsp is being rendered, can it obtain the name "tile.foo" to
insert into a form that calls an action that returns the user to which ever
page (tile definition) it was called from?

Thanks,
david

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

Reply via email to