You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Nair, Anand" <AN...@ea.com> on 2003/09/10 03:48:26 UTC

Problem with pageEncoding directive on dynamic include

Hello All,

With Tomcat 4 server on my dynamic includes pageEncoding directive does not seem to be working.

a.jsp  has <jsp:include page="/include/b.jsp" flush="true" />

b.jsp contains:

<%@page pageEncoding="UTF-8"%>
Other CONTENTS


pageEncoding does work on any static includes though. Any body know what I am doing wrong here?

Thanks
Anand