Re: Issues with MyFaces on Tomcat 7

2011-01-25 Thread Werner Punz
Hi Matt first of all nice to see you here. My personal guess goes towards Tomcat here, the ValidatorLifecycleListener which fails to be registered is a Servlet listener hence the container itself is responsible for loading. For whatever reason, Tomcat 7 fails to find the

[FYI] Google Summer of Code

2011-01-25 Thread Matthias Wessendorf
As a FYI, since this group used to participate over the last years: http://google-opensource.blogspot.com/2011/01/google-summer-of-code-announced-at-lca.html -M -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter:

Re: trinidad suggestion box

2011-01-25 Thread Walter Mourão
take a look at: http://code.google.com/p/trinidadcomponents/ There is a suggestion box built using only facelets and Trinidad. It needs some update because I enhanced it a bit in a newer project. Let me know if it helps you. Walter Mourão http://waltermourao.com.br http://arcadian.com.br

Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread Catherine Rocchio
Hi there, We are new to using JSF/Facelets etc (of course!) and we are having a very frustrating problem With: MyFaces 2.0, Trinidad 2.0 Alpha, and Facelets. Generally, my question is this: How should the ViewHandler be defined for Facelets to work with Trinidad tags? An entry in web.xml

Re: Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread MAX STARETS
Hi Catherine, You do not need to have an entry for ALTERNATE_VIEW_HANDLER with Trinidad 2.0. You are getting the error because Trinidad is not yet compatible with partial state saving in JSF 2.0. Since partial state saving is enabled by default when Facelets are used, you need to explicitly

RE: Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread Catherine Rocchio
Thank you SO MUCH Max. That was a perfect explanation and completely solved my problem! -Original Message- From: MAX STARETS [mailto:max.star...@oracle.com] Sent: Tuesday, January 25, 2011 5:31 PM To: MyFaces Discussion Cc: Catherine Rocchio Subject: Re: Trinidad 2.0/JSF2.0/Facelets -