Hello,

I have a problem with the struts tags s:url and s:param.
I want to provide a link within me JSP. Therefore I use the s:url and s:param.
i.e.

<s:url id="url_xls" action="EinlaufTypen_Bericht_XLS" escapeAmp="false">
        <s:param name="title"><s:property value="%{title}" /></s:param>
</s:url>

The value of Title can include german umlauts, like ü. i.e
title="Füller"

In this case I get the following url in the html-source:
http://localhost:8080/DBLackAuswertungen/einlaufTypen/showEinlaufTypen_Eingabe.action?title=F%26%23xFC%3Bller

Can somebody help me to get here a ü?

I have set <constant name="struts.i18n.encoding" value="ISO-8859-1" /> in my 
struts.xml and I have
<%@ page contentType="text/html; charset=iso-8859-1" pageEncoding="ISO-8859-1" 
%>
In my jsps.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to