RE: Sharing variables between Tiles

2006-09-07 Thread David Friedman
David -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:14 AM To: Struts Users Mailing List Subject: Re: Sharing variables between Tiles Gupta, Rahul ha scritto: > Hi, > I have a page with three tiles. Is there a way to share

Re: Sharing variables between Tiles

2006-09-07 Thread Antonio Petrelli
Gupta, Rahul ha scritto: Hi, I have a page with three tiles. Is there a way to share a variable between these tiles? AFAIK you cannot do it, anyway you can store your variable in request scope and access it with JSP tags. HTH Antonio --

Sharing variables between Tiles

2006-09-06 Thread Gupta, Rahul
Hi, I have a page with three tiles. Is there a way to share a variable between these tiles? I want to set the variable in one tile and access its value in the other two tiles. I don't know if it is relevant - I am using tile controllers to populate data needed by each of the tiles to draw that til