I download jsf1.2fcs-src.zip, where the following method can be found for UIComponentClassicTagBase.
private UIComponent createChild(FacesContext context, UIComponent parent,
String componentId) throws JspException
However I cannot find this in the documentation ...
http://java.sun.com/javaee/5/docs/api/javax/faces/webapp/UIComponentClassicTagBase.html
Until the TCK for 1.2 is out, what should MyFaces devs be looking at? I am curious about spec version, release version (for binary compatibility), etc.
Also, what does 'fcs' stand for in jsf1.2fcs-src ? Yes, I know it is probably something simple :)
Thanks
Dennis Byrne