DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16514>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16514 Nested tiles fail in this release ------- Additional Comments From [EMAIL PROTECTED] 2003-02-08 21:04 ------- The solution from Kevin Henrikson (2003-02-06 02:26) is more a trick and should be avoid if possible. The normal usage to insert tile attributes is: <tiles:insert name="header"/>. Using the <tiles:importAttribute /> to import attribute from tiles context to a jsp context and then <tiles:insert beanName="header" /> to force tiles to get the name from the jsp context rather than from the default tile context is not recommended as it introduce extra computing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]