Re: [appfuse-user] Problem with JSF...

2007-11-28 Thread Carlos Ortiz
You're right, I asked this yesterday. I thought the problem was the way JSF was delivering its HTML content, but I searched further and found that it was not JSF per se but the MyFaces-Tomahawk library using the extended components marked with the wrote: > I believe you asked this question yester

Re: [appfuse-user] Problem with JSF...

2007-11-28 Thread Matt Raible
I believe you asked this question yesterday. If you haven't received an answer yet, it's probably because no one knows the answer. You might try the Facelets mailing list (I'd use Nabble). Matt On Nov 28, 2007, at 7:15 AM, Carlos Ortiz wrote: Hi you all I am running the construction of a

[appfuse-user] Problem with JSF...

2007-11-28 Thread Carlos Ortiz
Hi you all I am running the construction of a requirement that has embedded javascript, like this * function doOnKeyPress() { alert("Esto es más"); } ...normal jsf content here* I am using the *<%@ page session="false" contentType="text/html;charset=ISO-8859-1"%> * and also th