You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2006/03/08 08:57:36 UTC

DO NOT REPLY [Bug 38007] - duplicate processing instructions when using jspx

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 niallp@apache.org  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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org