On Nov 2, 2005, at 8:45 AM, Ronald Holshausen wrote:
It would probably be best to use the session as the medium for passing between your tile components.
Request would work just as good as session, but either way my previous caveat still applies. If you set something in one tile, then retrieve it in another you are dependent on the order in which they are invoked. If you change your layout and shuffle them around it won't work anymore. This is unless, of course, you actually invoke one tile from within another (using <tiles:insert>).
Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]