Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Cédric Durmont
Hi Jakob, When I remove facelets from pom.xml and the view handler in web.xml as you said, I have this error : java.lang.NoClassDefFoundError: com/sun/facelets/tag/TagHandler Caused by: java.lang.ClassNotFoundException - com.sun.facelets.tag.TagHandler I have compared my pom.xml to the ones

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Jakob Korherr
Hi Cédric, Does your app internally use some facelets-1 stuff? These are the classes in package com.sun.facelets. If so, you'll have to change the imports to javax.faces.view.facelets. Regards, Jakob 2010/7/26 Cédric Durmont cdurm...@gmail.com Hi Jakob, When I remove facelets from pom.xml

tr:choose calendar navigation does not work for me.

2010-07-26 Thread Emilio Salazar
Hi guys, I am trying to add a new calendar component for my application, for this I am using trinidad 1.2.13 and this component. http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_chooseDate.html As I didn`t manage to have it running, hence I try to take the demo (

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Cédric Durmont
Nope, no imports of com.sun.facelets in the code. Does the namespace in *.xhtml files has to change ? Regards, Cedric 2010/7/26 Jakob Korherr jakob.korh...@gmail.com: Hi Cédric, Does your app internally use some facelets-1 stuff? These are the classes in package com.sun.facelets. If so,

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Jakob Korherr
Nope, this did not change. Can you provide the whole stacktrace for the Exception you're getting? java.lang.NoClassDefFoundError: com/sun/facelets/tag/TagHandler Caused by: java.lang.ClassNotFoundException - com.sun.facelets.tag.TagHandler Regards, Jakob 2010/7/26 Cédric Durmont

Re: [MyFaces] Get rid of ALT attribute is missing warnings for images

2010-07-26 Thread schneidc
Thanks for the tipp, adding alt attributes to the images helped. Jakob Korherr wrote: Hi, j_id2 is the clientId of the h:graphicImage component. However this id does not have to be rendered for images, thus you don't find it in the HTML. Just set the alt attribute on the image and

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Cédric Durmont
Here it is : (note : ficho.util.SetCharacterEncodingFilter is part of my app. It does what the name implies !) javax.faces.FacesException: java.lang.NoClassDefFoundError: com/sun/facelets/tag/TagHandler at

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Jakob Korherr
Hi, OK, this implies that some .taglib.xml file wants to create a tag with a handler-class of com.sun.facelets.tag.TagHandler or a subclass of it. Try to search for handler-class definitions in your .taglib.xml files and replace any references to com.sun.facelets to javax.faces.view.facelets.

Re: Migrating app to myfaces2/Trinidad2

2010-07-26 Thread Mark Struberg
can you please run a $ mvn dependency:tree and check if you are picking up some sun JSF impl (maybe through a transitive dependency)? LieGrue, strub - Original Message From: Cédric Durmont cdurm...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Mon, July 26,

Re: [Trinidad] need timelines for the Trinidad 2 release

2010-07-26 Thread Andrew Robinson
What problems do you have with f:ajax in Trinidad 2? it should be working On Wed, Jul 14, 2010 at 11:07 PM, Venkat Ramanan Viswanathan ramanan.venka...@gmail.com wrote: HI Can some one share the timelines for Trinidad 2 final release. We are still using alpha 2 for our environment and it is