I apologize, since this isn't strictly a Resin issue, but:

I used to have this in my web.xml:

<jsp-config>
        <jsp-property-group>
                <url-pattern>*.jsp</url-pattern>
                <page-encoding>UTF-8</page-encoding>
        </jsp-property-group>
</jsp-config>

How do I duplicate that effect in Servlet 3.0/Spring Java-only configuration?

Thanks!

-- 
Rick



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to