Yes, it does look like this is a bug in Jasper2.  It least with 4.1.13, I
get the same problem (even if I change the struts tags to scriptlets).  The
best move for you at this point is to post this to
http://nagoya.apache.org/bugzilla/, and if you're lucky, you'll get a
FIXED/WORKSFORME resolution (in which case, you only have to upgrade).

"maxime" <[EMAIL PROTECTED]> wrote in message
031201c29c96$975a4c20$0700140a@halifax">news:031201c29c96$975a4c20$0700140a@halifax...
> Servlet Specification 2.3
>     'The default encoding of a response is "ISO-8859-1"
>     if none has been specified by the servlet programmer.'
>
> I know that .
>
> But smbdy can explain this ?
>
> <c:if test="${empty param.test}">
>  <jsp:forward page="/test.jsp">
>       <jsp:param name="test" value="�����"/>
>  </jsp:forward>
> </c:if>
> 1: <c:out value="�����"/><br>
> 2: <c:out value="${param.test}"/><br>
>
> result :
>
> 1: �����
> 2: éèê� ç
>
> thks by advance
> __
> M
>
> ----- Original Message -----
> From: "maxime" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, December 05, 2002 10:44 AM
> Subject: newbee , accents
>
>
> Hi
>
> Every time a sentence pass throw a bean
> or a <jsp:param> every accent char (�����)
> is replace by a ? or strange char
>
> Please help me to fix that !
>
> Thks





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

Reply via email to