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=16764>. 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=16764 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-20 13:17 ------- The rather trivial patch is to use the REQUEST_SCOPE rather than the PAGE_SCOPE for the XHTML property. This patch is required for correct operation; it is unacceptable to have to patch either the Struts library [in some corporate environments this is not permissible] or include a statement setting the value of Globals.XHTML_KEY to "true" as the first line of each tile [which is an ugly workaround for the framework bug]. For the XHTML property, consistency between tiles (i.e. correctness of rendered HTML) is more important than freedom (to produce incorrect HTML). Simply change within HtmlTag.doStartTag and BaseHandlerTag.isXhtml to use PageContext.REQUEST_SCOPE instead of PageContext.PAGE_SCOPE and the bug is fixed. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]