Re: I am trying to deploy to Tomcat 5.0.28

2009-02-12 Thread Paulo Pinto
Hi, you can use Tomcat 5.5 with JSF 1.2, provided you add the EL jars either to your application or the server CLASSPATH. You also need to code your pages using Facelets instead of JSP pages. EL Jars: https://uel.dev.java.net/ -- Paulo On Thu, Feb 12, 2009 at 9:06 AM, Huettenkofer Michael

Re: Looking for ValueBindingImpl in MyFaces 1.2.5

2009-01-29 Thread Paulo Pinto
darkar...@gmail.com: Isn't ValueBindingImpl an internal class? I'm not sure your supposed to us the implementation classes. Paulo Pinto wrote: Hi everyone, I am trying to update our application from JSF 1.1 to JSF 1.2. But I cannot find the class ValueBindingImpl. What happend

Looking for ValueBindingImpl in MyFaces 1.2.5

2009-01-28 Thread Paulo Pinto
Hi everyone, I am trying to update our application from JSF 1.1 to JSF 1.2. But I cannot find the class ValueBindingImpl. What happend to it? I cannot find any information about how to migrate the components between the MyFaces versions. Thanks in advance, Paulo