https://issues.apache.org/bugzilla/show_bug.cgi?id=45096
Mark Thomas <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-29 14:17:49 PST --- JSP Documents are intended to produce dynamic XML content. What you are seeing is a side-effect of this. If you set the content type to "application/xhtml+xml" then <script src="../script/menu.js" type="text/javascript"/> will work as expected with Firefox 3 RC1. If you set the content type to "text/html" then you must be mindful of http://www.w3.org/TR/xhtml1/#guidelines and take any necessary steps which includes making sure your xml document outputs <script ...></script> rather than <script .../> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]