I want som one to help
i am working with struts fram work
i want to
get text from jsp in Action class with Arabic language i got unknown character
in jsp i am using
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
content="text/html; charset=UTF-8">
in Action class i am using
response.setContentType("text/html;charset=UTF-8");
response.encodeURL("UTF-8");
response. setCharacterEncoding("UTF-8") ;
request.getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, new java.util.arabicLocale("ar","JO") );

