Re: Not able to use tr validators/convertors with facelets

2011-06-06 Thread Max Starets
Parthiv, TrinidadConverterHandler has a constructor that takes ValidatorConfig, but no constructor that takes TagConfig. What version of Trinidad are you using? And what is the version of Facelets? It would also help if you included a code fragment that is producing this exception for you.

Re: Not able to use tr validators/convertors with facelets

2011-06-06 Thread parthiv pradhan
Hi Max, I replaced the facelets version with 1.1.14 and it worked. Basically earlier I was using the trinidad-demo-1.2.14 project provided by the apache site. It has trinidad 1.2 and jsf facelet 1.1.11. I renamed the .jspx file to .xhtml and replaced jsp:root with ui:composition. thanks for your

Not able to use tr validators/convertors with facelets

2011-06-03 Thread parthiv pradhan
Hi All, I am having this strange problem. I am able to use all trinidad components in my project where I am using facelets. But when I use any of the trinidad validator/convertor tag I get the below error while running the xhtml file. any help on this would be very useful!! thanks Parthiv