Log message : No RenderingContext has been created.

2009-11-04 Thread Marco Huber
Hi all, in our application (Trinidad 1.2.12, Seam 2.2.0, RichFaces 3.3.1, Spring 2.5.6) the following message appear from time to time in the log file: SEVERE [CoreRenderKit] No RenderingContext has been created. After searching the internet, there are different postings about this problem,

Re: Log message : No RenderingContext has been created.

2009-11-04 Thread Cagatay Civici
Does it happen when you make a request which RichFaces? On Wed, Nov 4, 2009 at 12:52 PM, Marco Huber mhu...@project-team.de wrote: Hi all, in our application (Trinidad 1.2.12, Seam 2.2.0, RichFaces 3.3.1, Spring 2.5.6) the following message appear from time to time in the log file: SEVERE

[COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Matthias Wessendorf
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Mamallan Uthaman as the newest MyFaces committer! Mamallan is an active member of the myfaces community, especially in the trinidad mobile renderkit section of the code. @Mamallan: Please add yourself to the

Re: Trinidad file upload

2009-11-04 Thread veena pandit
There doesn't seem to be an example of it on the web. Not sure what goes in it. Thanks, Veena On Wed, Nov 4, 2009 at 12:18 AM, Matthias Wessendorf mat...@apache.orgwrote: On Wed, Nov 4, 2009 at 12:28 AM, veena pandit v.kri...@gmail.com wrote: I do not have a resource servlet. But the

Getting NullPointerException when using t:inputDate

2009-11-04 Thread Alan
I searched the list, but I can't tell if my problem is the same as what has been reported before. In any case there don't seem to be any posts about this since 1.1.9 was released, which I am using. Very simply, I am coding the following: t:outputLabel for=dob value=Date Of Birth: / t:inputDate

Re: Html Tags Vs Tomahawk Tags

2009-11-04 Thread Andrew Robinson
There is not much benefit to using components other than the rendered attribute. If you aren't changing that, I would just use HTML. There may be times that components are useful, like when the JSF response writer is special-handling the written content for example, but that is not too often. So

RE: Html Tags Vs Tomahawk Tags

2009-11-04 Thread Vinaya Tirikkovalluru
Thanks Andrew, I am using facelets. I strongly feel that there is ease in using HTML. As you said, I would not want to use components unless necessary. But.. apart from the ease of development, would there be any other advantage? Like more speed in rendering the pages as there is no back