posted 16 years ago
I have configured tomahawk,i have used
date :<t:outputText id="birthDate" value="#{Calander.date}" />
and it works fine. (date : Nov 29, 2008)
but when i try calander like this.
<t:inputCalendar id="calendar" monthYearRowClass="yearMonthHeader"
weekRowClass="weekHeader"
currentDayCellClass="currentDayCell"
value="#{Calander.date}"
renderAsPopup="true"
popupDateFormat="MM/dd/yyyy"
renderPopupButtonAsImage="true">
</t:inputCalendar>
This is error massage.
root cause
java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig