Details
Description
Dec 11.
New version of snapshot changed class type for Calendar?
log: org.apache.myfaces.custom.date.HtmlInputDate cannot be cast to org.apache.myfaces.custom.calendar.HtmlInputCalendar
My Facelets taglib is
<tag-name>inputCalendar</tag-name>
<component>
<component-type>org.apache.myfaces.HtmlInputCalendar</component-type>
<renderer-type>org.apache.myfaces.Calendar</renderer-type>
</component>
this is according your documentation http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk
it worked with previous version.
Do I need in taglib change the type?
Is that something else?