Please post the actual JSP you're using.

On Fri, Oct 15, 2010 at 10:23 AM, Antonio Sánchez <inganto...@gmail.com> wrote:
> Testing a servlet that forwards to a simple JSP using standard JSP.
>
>   request.setAttribute("myValue", "EspaÑa");
>
> getServletContext().getRequestDispatcher("/myJSP.jsp").forward(request,
> response);
>
> ---
>
>  <%= request.getAttribute("myValue") %>
>
> It works.
>
> Why <s:property> is not encoding properly? Is it a bug? What can I do?
>
> My application requires correct UTF-8 encoding.
>
> Thanks.
>
>
>
>

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

Reply via email to