Hi,
 
I've a similar unsolved problem with Trinidads PPR. Sometimes the special 
characters inside inputText are escaped or translated into something else, 
after a PPR. I'm not sure, if it's related to MyFaces or Trinidad.
 
--
Kind regards,
Mathias

-------- Original-Nachricht --------
> Datum: Fri, 7 Mar 2008 11:26:44 +0100
> Von: "Christoph Ebner" <[EMAIL PROTECTED]>
> An: "MyFaces Discussion" <[email protected]>
> Betreff: Re: character encoding

> hi luca,
> 
> try setting context-param org.apache.myfaces.STRICT_XHTML_LINKS to false
> in
> web.xml
> 
> regards
> christoph
> 
> On Fri, Mar 7, 2008 at 11:05 AM, Luca Stancapiano <[EMAIL PROTECTED]> wrote:
> 
> > Paul van Rossem ha scritto:
> > > Use <h:outputText value="#{UserNumberBean.modalita}" escape="false"/>
> > > the problem is on 'param' tag. Escape attribute seems not working
> there
> >
> >
> >
> > > Paul.
> > >
> > > Luca Stancapiano wrote:
> > >> hi.... I've seen that myfaces executes a strange encoding for
> > >> characters. If I have something similar:
> > >>
> > >>  <h:form>                                           <h:commandLink
> > >> action="#{UserNumberBean.log}">
> > >>                       <h:outputText value="#{UserNumberBean.modalita
> > }"/>
> > >>                       <f:param name="id"
> > >> value="#{UserNumberBean.modalita}"/>
> > >>                    </h:commandLink>
> > >>  </h:form>
> > >>
> > >>
> > >> and UserNumberBean.modalita has 'modalitĂ ' as value, I see into the
> > >> resulted page this value: modalit&#226 ,the ascii code instead of
> > >> 'modalit&agrave' as well as for html pages. So when I click on the
> > >> link, this value cannot to be decoded. I think about a bug of
> > >> HTMLEncoder class... what do you think?
> >
> >

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

Reply via email to