Hello all.
 
I am having a problem with the <bean:write> tag. In my application I have a JSP which grabs some data from the database and displays it correctly, without using the bean tag. That *same* information, when displayed using the <bean:write> tag messes up all the "special" characters -- accents, ñ, etc.
 
Interestingly enough, it works fine under Windows 2000, Oracle 8i, JRun 3. But it doesn't seem to work correctly under Linux with the same database and web server. Below are the calls I am using:
 
<bean:include forward="Home_Noticias" id="homeNoticias" />
<bean:write name="homeNoticias" scope="page" filter="false" />
 
I have the filter set to false because otherwise it just spits everything out as plain text, which I think is correct.
 
Am I missing something? Could this have something to do with the character set of the OS? Otherwise I am stumped, no idea what the deal is.
 
Thanks in advance.
Ferran
 
-------------------------------------------------------
Ferran Parra
[EMAIL PROTECTED]
http://www.mubimedia.com
MUBIMEDIA S.L.
C/ Mallorca, 275, 1r 2a 08008 BCN
Tel: 93 215 21 91 / Fax: 93 215 41 21
-------------------------------------------------------

Reply via email to