Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The trick with this one is add proper metadata in FacesConfig class to identify which components has a "component tag definition". The best is associate the componentType with the definition.
When the configuration is read, this information goes to RuntimeConfig and finally facelets vdl grab this information and set up the compiler.
In theory it should be something like the hierarchy of classes we have for FacesConfig, but for facelets, but since there is and there will be an stronger collaboration between jsf and facelets, it has more sense to put all related information into FacesConfig.