Re: [Tiles] Sharing Context Between Two Tiles

2005-07-27 Thread Adam Hardy
t, or jetspeed. These 'applications' can share variables, etc via the Portlet container. The container manages the placement and look and feel of the applications in a simular fashen to the tiles layout, but come with a overhead cost. (I would venture to say much larger than the tiles ove

Re: [Tiles] Sharing Context Between Two Tiles

2005-07-27 Thread BHansard
"Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: [Tiles] Sharing Context Between Two Tiles Basically that is the way you do it, although I'm not really sure from your description that I know why you thought you could achieve what i

Re: [Tiles] Sharing Context Between Two Tiles

2005-07-27 Thread Adam Hardy
Basically that is the way you do it, although I'm not really sure from your description that I know why you thought you could achieve what it looks like you were attempting. A question for you that bugs me everytime I see 'portlet' come up: what on earth are portlets? Are they meant to be a di

[Tiles] Sharing Context Between Two Tiles

2005-07-26 Thread Ian Brandt
Hello All, I'm trying to write a portlet like component using tiles. A simplified version of my first attempt follows: The portlet definition: portlet.jsp: [...] The definition for a particular portlet: oneportlet.jsp: [...] Finally a body pa