I previously emailed about 2 JSF portlets in the same WAR not working when on the same Jetspeed page. If only one portlet was on the page then the links and submits worked fine but when two were on the page, the links and buttons did absolutely nothing.
I've been using Netbeans 5.5 which comes with the JSF 1.1_01 implementation, supposedly the latest v1.1. I also have Sun Creator v2 so I used that to create a test portlet and guess what, it worked with more than one on a page. After investigating, Creator uses a different jsf-api.jar and jsf-impl.jar. The manifest file within them says that the version is still 1.1 but "Implementation-Version: 2.4.1" is in there instead of "Implementation-Version: 1_1_01". I copied the Creator JSF jars into my application and everything works! Does anyone know what this 2.4.1 implementation is and why Creator comes with different JSF jar files? -- Thanks, Michael Binette
