Please post the actual JSP you're using. On Fri, Oct 15, 2010 at 10:23 AM, Antonio Sánchez <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]

