You can find the book here: http://www.amazon.com/exec/obidos/ASIN/1930110502/
The reference section for Tiles is here: http://jakarta.apache.org/struts/userGuide/dev_tiles.html
and the Taglib Syntax Reference is here: http://jakarta.apache.org/struts/userGuide/struts-tiles.html
The problem you're seeing with requesting the attribute from the "request" scope is that Tiles attributes aren't stored in the request context, they're stored in a special "tiles" context - so, if you feel like you really need to specify a context for some reason, specify a scope of "tiles" instead of "request".
Brice
Sunny wrote:
Can you please help me finding resources which gives a deeper understanding of tiles.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

