Yep, there's a separate adffaces-dev mailing list. Should just need an email to [EMAIL PROTECTED]
I've just checked in what should be a fix for this, but I don't have a testcase on hand so the fix is somewhat theoretical... -- Adam On 11/14/06, Romanowski, Tim <[EMAIL PROTECTED]> wrote:
Adam, If I replace the column/table tags with Tomahawk tags, the table renders fine with facelets...but switching to Trinidad tags causes the exception. This is a showstopper for me, so I'd like to try and fix it, despite this being my first time looking at the Trinidad source. Any tips on the rendering engine that I should be aware of? Also, on the incubator website, the section for mailing lists has readonly text for what should be links to subscribe/unsubscribe...is there still a separate dev list? Tim -----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 11:42 AM To: [email protected] Subject: Re: RE: RE: Problem combining trinidad and facelets Ah well, worth a shot. I've filed http://issues.apache.org/jira/browse/ADFFACES-284 against Trinidad - whatever's going wrong in Facelets land here, Trinidad should at most be logging a warning, not throwing an exception. -- Adam On 11/10/06, Romanowski, Tim <[EMAIL PROTECTED]> wrote: > This was already configured to true =( > > -----Original Message----- > From: Adam Winer [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 09, 2006 11:29 PM > To: [email protected] > Subject: Re: RE: Problem combining trinidad and facelets > > Could you try adding: > > <context-param> > <param-name>facelets.SKIP_COMMENTS</param-name> > <param-value>true</param-value> > </context-param> > > ... to WEB-INF/web.xml. > > -- Adam >
