You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Srikanth Madarapu <sr...@senior-systems.com> on 2005/02/02 16:42:58 UTC

Custom Components

Hi

   When I am creating a custom component, which component/tag/renderer should I extend. For example HtmlMessage, there is one in the myfaces.jar and there is one in myfaces-jsf-api.jar.

    How do I know which component I am using, for example when I have a tag <h:message>, which component internally is being used, the one from myfaces.jar or the one form myfaces-jsf-api.jar ?

Thanks
-Srikanth Madarapu