1 Reply Latest reply on Mar 15, 2004 5:20 PM by julien.dubois

    HTML display problem with JSP precompiling

    vinayakhalagatti

      Hi,
      I have a static HTML file which is included in a JSP.
      <jsp:include page="file" flush="true" > </jsp:include>

      The HTML file contains a text like "writer—" (char code 8212 — iso-8859-1)

      ------------------------------------------------------------------------
      If the JSP's are NOT precompiled, the out put is "writer—"
      If the JSP's are precompiled, the out put is "writer?"

      What could be wrong?

      Thanks in advance,
      Vinayak