We try to use Woodstock (4.1) with Facelets (1.1.12) on a Glassfish V2 (b40). We know that this is not supported, but maybe someone else had her hands on it already.
For integration of Facelets and Woodstock we use
http://blogs.steeplesoft.com/wp-content/uploads/2007/02/woodstock.taglib.xml
During our test with the table tag we got into problems when we tried to do updates, deletes and adding of rows. We used the button and also the hyperlink tag (as alternative). Tests without Facelets were successful. But, with Facelets it was not possible to run corresponding methods of the backing bean. The JavaScript events are working, but the backing bean behind is ignored. It seems that we've trouble with the EL processing here.
As we did some test with Tomahawk and Trinidad in combination with Facelet before that showed integration problems, based on missing Facelets functionality, we think that Facelets is the cause here, too.
During our change to Glassfish we skipped the el-api.jar and el-ri.jar used by Facelets as these are part of Glassfish. Test with them being part of the war file again didn't help.
Any hints?
Regards Rainer