Hi again,

So the problem was that tomahawk doesn't have like Tobago an "extended" dir
where is bundled its adapter to facelets.

 I had to download and adapt an external jar
http://code.google.com/p/tomahawk-facelets/

I have updated the wiki
http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk#preview by adding
this declaration so you can copy/paste the .tld.xml (in the wiki page) into
the one in the dowloaded jar:

This is the snippet I added, but today I didn't test further
: the schedule only shows correctly (if some atts are not pojo like,
TagHandler classes will be necessary as described in the wiki).
    <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>

Regards,
Zied

Reply via email to