What if I want to add more then one extra component library to my facelet app? More than ore context-parameter will breack the context.
should I build a custom taglib xml descritpor with all my tags? I will
lost different namespace for each one...
<context-param>
<param-name>facelets.LIBRARIES</param-name>
<param-value>/WEB-INF/tomahawk.taglib.xml</param-value>
</context-param>
--
::SammyRulez::

