-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patr,

On 3/8/2011 5:37 AM, Petr Hracek wrote:
> Structure of the document is following:
> index.html
> <frameset rows="63,40,*" frameborder="0">
>   <frame src="logo.html" name="logo" noresize scrolling="no"
> marginwidth="0" marginheight="
> 0">
>   <frame src="View.jsp" name="toolbar" noresize scrolling="no"
> marginwidth="0" marginhei
> ght="0">
>   <frame src="View2.jsp" name="ctrl">
> </frameset>
> 
> Sorry for wrong explanation.
> I hope that this is correct.

Is the above document the one showing only the source instead of
actually rendering? Or, is the above document loading "View.jsp" which
shows it's JSP source code. Or, is "View.jsp" running and producing pure
HTML, and then showing the raw HTML?

Usually when things like this happen, it's because the server is
sending-back the wrong content type with the response. The content type
should be text/html (or something similar).

What web browser are you using? What does it report for the content type
of the document you're viewing?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk12QFYACgkQ9CaO5/Lv0PDtGQCbBF/SAJzypMrk8+/EQym9aqAR
VtYAoLA5EkAX9/QNgBtL6N2H5Bi8Tr8w
=lFqy
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to