RE: Issues with Tomcat 6.0.26

2010-03-13 Thread Erick Lichtas
Thank you! This does resolve the issues. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 12, 2010 5:56 PM To: Tomcat Users List Subject: RE: Issues with Tomcat 6.0.26 > From: Erick Lichtas [mailto:elich...@linoma.com] > Subje

RE: Issues with Tomcat 6.0.26

2010-03-12 Thread Caldarale, Charles R
> From: Erick Lichtas [mailto:elich...@linoma.com] > Subject: RE: Issues with Tomcat 6.0.26 > > 5)Start the tomcat server and navigate to > http://host:8080/myfaces-example-simple-1.1.9/sample1.jsf. > You will notice that the many EL expressions are not resolved > proper

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
You are the man, Konstantin! The issue is with the web app specification in web.xml is set to 2.4. After I changed it to 2.5, I see most pages rendering correctly. I will do some more testing and let you know how it goes. Thanks again for pointing this. Regards, Sai Pullabhotla On Fri, Mar 12

RE: Issues with Tomcat 6.0.26

2010-03-12 Thread Erick Lichtas
riginal Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, March 12, 2010 4:00 PM To: Tomcat Users List Subject: Re: Issues with Tomcat 6.0.26 2010/3/12 Sai Pullabhotla : > I forgot to mention the version numbers in my previous mail. Here they are: > > Richfac

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Konstantin Kolinko
2010/3/12 Sai Pullabhotla : > I forgot to mention the version numbers in my previous mail. Here they are: > > Richfaces 3.3.1 > MyFaces 1.2.4 > Tomahawk 1.1.6 > I have just downloaded trinidad-1.2.13-example.zip and its trinidad-demo-1.2.13.war works for me in 6.0.26. Cannot find usable tomahawk

RE: Issues with Tomcat 6.0.26

2010-03-12 Thread Erick Lichtas
: Tomcat Users List Subject: Re: Issues with Tomcat 6.0.26 I am running into same issue on my side using the latest Tomcat 6.0.26 and JSF. I am using Mojarra 1.2 patch 14 and RichFaces 3.3.2 SR1. I didn't have any issues with 6.0.24. Not sure what changed in 6.0.26, but it might have broken JS

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
I forgot to mention the version numbers in my previous mail. Here they are: Richfaces 3.3.1 MyFaces 1.2.4 Tomahawk 1.1.6 Regards, Sai Pullabhotla On Fri, Mar 12, 2010 at 1:16 PM, Sai Pullabhotla wrote: > Thanks for the reply, Konstantin. > > If I understood your question correctly, you are

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Martin Dubuc
I am running into same issue on my side using the latest Tomcat 6.0.26 and JSF. I am using Mojarra 1.2 patch 14 and RichFaces 3.3.2 SR1. I didn't have any issues with 6.0.24. Not sure what changed in 6.0.26, but it might have broken JSF 1.2 support. Hopefully, someone can recommend a workaround.

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Sai Pullabhotla
Thanks for the reply, Konstantin. If I understood your question correctly, you are asking about the headers in the taglib for richfaces. I pulled it from the jar file and here it is: http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"; xmlns="http://j

Re: Issues with Tomcat 6.0.26

2010-03-12 Thread Konstantin Kolinko
2010/3/12 Sai Pullabhotla : > > styleClass="#{node.selected ? 'SelectedCategoryNode' : > 'CategoryNode'}" actionListener="#{categoryTree.nodeClicked}"> > What versions of the said libraries you are using? The TLD files for rich: and h: prefixes -- what JSP specification version they are using?