On Tuesday 24 June 2003 08:56, [EMAIL PROTECTED] wrote:
> Has anyone any idea how to get  character entities which are delivered to a
> Java Bean from a database converted or rendered to its normal characters in
> a JSP layer?
>
> E.g.. I have a database which is delivering "&","'" etc. instead
> of the characters "&", "'" etc. in my JSP presentation layer.
>
> I have set <%@ page contentType="text/html;charset=UTF-8" language="java"%>
> in my JSPs but to no-avail.
>
> I am getting an output such as :
>
> "...you use UNIX, you probably use csh to type commands even if you&#039;ve
> never heard of it. It&#039;s the standard shell (command line) on most UNIX
> systems..."
>
> instead of :
> "....you use UNIX, you probably use csh to type commands even if you've
> never heard of it. It's the standard shell (command line) on most UNIX
> systems...."

Depending on what tag you are using, take a look at what the filter attribute 
does.  

>
> Thanks.
>
> Bob

-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.struts-atlanta.org
770-822-3359
AIM:jmitchtx



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to