DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31678>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31678

Tiles "put" tag is stuck in application context

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-10-13 01:36 -------
Tiles, being based on JSP, cannot be shared among web applications,as JSPs are 
ultimately servlets 
within a single application.  You can't use the Servlet RequestDispatcher to dispatch 
an include or 
forward across web applications.

CSS is probably a better general cross-site approach to maintaining a consistent look 
and feel.  

You might also investigate Sitemesh -- I don't know a whole lot about it, but I 
understand that it can be 
used even to decorate HTML pages, so there might be a way to use it to achieve your 
goals.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to