Hi,
I use the org.springmodules.xt.ajax.component.dynamic.JSPCom ponent to re-fill a JSP dynamically within an Ajax-request. If the new contents contain umlauts, they are not displayed correctly (means they are rendered as "?"). I think this might be because the InternalHttpServletResponse does not allow to set the character encoding to "UTF-8" (=>UnsupportedOperationException). Has anyone had the same problem?



