Are you using Facelets? If so, the RI will be defaulting the content type to xhtml instead of html. You can add contentType="text/html" to f:view in your facelets template to force the content type.
mjdenham wrote: > > When using StreamingAddResource I get an error if using JSF RI 1.2 and > Firefox as the browser. IE 7 works fine and so does Firefox if I use > MyFaces 1.1. > > The error message displayed in the browser is "This XML file does not > appear > to have any style information associated with it. The document tree is > shown > below" > > Any idea what might be wrong? > > Thanks > > Martin > > -- View this message in context: http://www.nabble.com/Problem-with-StreamingAddResource-with-JSF-RI-1.2-and-Firefox-tf4318361.html#a12297220 Sent from the MyFaces - Users mailing list archive at Nabble.com.

