Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread Nitin Deshmukh
You need to have the page encoding as UTF-8. --- Carlos Adolfo Ortiz Quiros [EMAIL PROTECTED] wrote: Hi you all Is there a way to not let the Tomahawk Extension filter not encode the whole page. That is If I have a page like this html meta script function a()

Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Hi you all Is there a way to not let the Tomahawk Extension filter not encode the whole page. That is If I have a page like this html meta script function a() { alert(alerta mañana); } /script ... /html Notice the word mañana, which has extended ascii

Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread David Delbecq
Use streamingAddRessource, that way the tomahawk extension filter won't try to parse and fix your html while adding the ressources of tomahawk components. But this requires you to use the t:document , t:head and t:body tags! En l'instant précis du 03/12/07 14:41, Carlos Adolfo Ortiz Quiros

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
to a JSP page with these characters are emitted after the Extensions filter is applied? -Mensaje original- De: Nitin Deshmukh [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007 8:49 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter You need to have the page

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Thanks, but how is this done! This implies a recompile of the filter class. Can you tell me what to do? -Mensaje original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007 8:49 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter

Re: Help on Tomahawk Extensions Filter

2007-12-03 Thread Christopher Cudennec
8:49 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter Use streamingAddRessource, that way the tomahawk extension filter won't try to parse and fix your html while adding the ressources of tomahawk components. But this requires you to use the t:document , t:head

RE: Help on Tomahawk Extensions Filter

2007-12-03 Thread Carlos Adolfo Ortiz Quiros
Thanks to you all, this was exactly what I was looking for! -Mensaje original- De: Christopher Cudennec [mailto:[EMAIL PROTECTED] Enviado el: Monday, December 03, 2007 9:06 AM Para: MyFaces Discussion Asunto: Re: Help on Tomahawk Extensions Filter http://wiki.apache.org/myfaces