Hi, Im trying to use the tomahawk schedule component with appfuse 2, but i get this error:
/schedule/schedule.xhtml @19,13 <t:schedule> Tag Library supports namespace: http://myfaces.apache.org/tomahawk, but no tag was defined for name: schedule I tried adding a new WEB-INF/tomahawk.xxx.taglibs.cml file with everything already in tomahawk.taglib.xml plus the following extra bit: <tag> <tag-name>schedule</tag-name> <component> <component-type>org.apache.myfaces.Schedule</component-type> <renderer-type>org.apache.myfaces.Schedule</renderer-type> </component> </tag> and changed web.xml as follows: <context-param> <param-name>facelets.LIBRARIES</param-name> <param-value> /WEB-INF/taglibs/acegijsf.taglib.xml; /WEB-INF/taglibs/corejsf-validator.taglib.xml; /WEB-INF/taglibs/tomahawk.taglib.xml; /WEB-INF/taglibs/tomahawk.xxx.taglib.xml </param-value> </context-param> but still no luck, any ideas ? -- View this message in context: http://www.nabble.com/Tomahawk---schedule-component-tp14482853s2369p14482853.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
