Martijn Dashorst wrote:
> 
> http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html
> 

Thanks for the great link. I've set default markup encoding explicitly and
it gave the desired result:

<code>
public class EcoApplication extends SpringWebApplication {
...
        public final void init() {
...
                getMarkupSettings().setDefaultMarkupEncoding("cp1251");
        }
...
}
</code>

-- 
View this message in context: 
http://www.nabble.com/Page-encoding-tf4128102.html#a11739699
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to