dev@javaserverfaces.java.net

Re: jsf1.2fcs-src vs. documentation

From: Dennis Byrne <dennis_at_dbyrne.net>
Date: Wed, 14 Jun 2006 17:36:00 +0000

>This method won't be in the javadocs since it's private.

Whoops.

Can you please take a look at UIComponentClassicTagBase.release() ? I would think properties such as createdComponents and createdFacets should be nulled out. Perhaps I am missing something. I'm at my day job now and I don't have time to do a fresh check of HEAD, perhaps this has already been taken care of.

>The official Spec document set consists of:
> TLD Docs -
>http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/index.html
> Renderkit Docs -
>http://java.sun.com/javaee/javaserverfaces/1.2/docs/renderkitdocs/index.html
> Javadocs -
>http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/index.html
> Specification -
>http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jsf-1.2-fr-eval-oth-JSpec&SiteId=JCP&TransactionId=noreg
>Also, the TCK for 1.2 is available now.

Thanks to both you and Ed for this information.

Dennis Byrne