DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33099>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33099





------- Additional Comments From [EMAIL PROTECTED]  2005-01-15 02:02 -------
In addition to Mark's comment, there is a couple of things you can do:

- Add a <jsp-property-group> to your web.xml, specifying a <url-pattern> that
  matches your static resource and a <page-encoding> that matches the
  resource's source encoding, like this:

  <jsp-property-group>
    <url-pattern>/expltest.html</url-pattern>
    <page-encoding>UTF-8</page-encoding>
  </jsp-property-group>

  This will cause expltest.html to be processed by the JspServlet, which
  will apply the specified page-encoding when parsing expltest.html

- Use JSTL's <c:import> tag and specify the page (source) encoding of
  the target page by using the action's 'charEncoding' attribute.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to