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=38007>. 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=38007 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-08 07:57 ------- OK, don't know much about this, but I found the following on "Generating XML Declarations": http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPX3.html#wp118286 >From this it looks like modifying your default.jspx in one of the following ways may resolve this... 1) Set "omit-xml-declaration" attribute to true/yes on the <jsp:output> tag. 2) Include a jsp:root element. 3) Remove the XML declaration. Since I don't use jspx, you'll have to try this yourself to see if this resolves the issue. -- 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]
