Hi Mike,Richard, Thank you very much for your immediate help. Actually I was trying to use tomahawk in order to implement dynamic tabs. I searched on the internet and found RichFaces can do this job very easily. So instead of tomahawk now I am using RichFaces :)
@Mike, As you said you work in facelets, I have some queries in the same and I have posted it in facelets user forum. I will appreciate if i get some more help from you. @Richard, I will appreciate your help also :) Mike Kienenberger wrote: > > On Wed, Nov 18, 2009 at 1:00 AM, beginner_prithvi <[email protected]> > wrote: >> Here is my .classpath file. How do you want me to arrange contents in it? >> >> <?xml version="1.0" encoding="UTF-8"?> >> <classpath> >> <classpathentry kind="src" path="src"/> >> <classpathentry kind="con" >> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> >> <classpathentry kind="con" >> path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache >> Tomcat v6.0"/> >> <classpathentry kind="con" >> path="org.eclipse.jst.j2ee.internal.module.container"/> >> <classpathentry kind="con" >> path="org.eclipse.jst.j2ee.internal.web.container"/> >> <classpathentry kind="output" path="build/classes"/> >> </classpath> > > Just a guess, but I'd say try putting Apache Tomcat v6.0 at the top. > You might also need to put web.container up there -- maybe after > Tomcat. > > Again, this helped for jetty, but might not matter for Tomcat. > Tomcat v6 definitely contains its own el implementation, though. > > Removing the myfaces jars are probably only removing the calls to the > el api. They are probably not the cause of the conflict. > > -- View this message in context: http://old.nabble.com/loader-constraints-violated-when-linking-javax-el-ELResolver-class-error-tp26390522p26421292.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

