Yes this does happen. So the answer is:

  <jsp:output omit-xml-declaration="yes" />

   <jsp:directive.page
      pageEncoding="ISO-8859-1"
      contentType="text/html; ISO-8859-1" />

This intructs the jspx file ( an XML file ) to tell your browser it
has to be rendered as text/html.
Sets the Content-type: header (see firebug to compare the values of
the Response header before and after if you are interested.

r.


On Nov 25, 6:12 pm, Patrick Hilsbos <[email protected]>
wrote:
> actually i'm only getting xml output; looks kinda strange.
>
> how does your header look like?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to