problem with tomahawk inputCalendar

Hi!

I'm trying to use tomahawk components in my shale application. I have inputCalendar fields in my form. The problem is when I click on Submit. I get this error:

Jul 4, 2007 3:31:16 PM org.apache.myfaces.renderkit.html.util.DefaultAddResource writeMyFacesJavascriptBeforeBodyEnd

WARNING: MyFaces special javascript could not be retrieved from request-map.

Jul 4, 2007 3:31:16 PM org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader getLastModified

SEVERE: Unparsable lastModified : @lastModified@

Jul 4, 2007 3:31:25 PM org.apache.myfaces.renderkit.html.util.DefaultAddResource writeMyFacesJavascriptBeforeBodyEnd

WARNING: MyFaces special javascript could not be retrieved from request-map.

I'm using shale 1.0.4, tomahawk 1.1.3, eclipse 3.1.2 and Tomcat 5.5.17. Shale 1.0.4 uses MyFaces 1.1.4 which is compatible with tomahawk 1.1.3. I don't know why this is happening.

The inputCalendar field displays correctly and popup appears correctly.

Any ideas?

[1033 byte] By [paulr1984a] at [2007-11-27 9:37:25]
# 1
Problem solved. I should have used java.util.Date instead of java.sql.Date for the Date field of the inputCalendar.FYI for everyone out there.
paulr1984a at 2007-7-12 23:08:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...