Hello all,

I am using struts 2 to develop a web-application.  I'm having problem when I 
submit a form having any Swedish character (like ö, å or ä) in a testbox, it 
becomes '?' in the action class.  In the begining of the jsp file, I have the 
code below:


<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml"; lang="sv" xml:lang="sv">

<%@ taglib prefix="s" uri="/struts-tags" %>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <link href="<s:url value="/css/intranet.css"/>" rel="stylesheet" 
type="text/css"/>
    <link href="<s:url value="/skript/intranet.js"/>"  type="text/javascript"/>
</head>
<body>
.......
</body>



I haven't added any language configuration related stuffs anywhere else.  One 
more thing,  it has no problem with characters in the response.  I mean, when i 
have one of those characters in a string in the database and wants to show it 
on the page, it works fine.  

Can anyone please help me?

Thanks,
~ Arif


       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

Reply via email to