Hi guys, i was surprising to note how difficult is using an inputDate of Tomahawk... i've read many examples but i need a simplest solution... i've used in my jsf page
<h:outputText value="Data"/> <t:inputDate value="#{user.dataReg}"> </t:inputDate> and i've a date columns in a mysql table. I've to read this value entered in my page and putting it into database... i do it in this manner pst.setDate(12, dataReg); (i've 12 fields in my table). When i do it i've java.lang.IllegalArgumentException: argument type mismatch How can i solve it? I need a converter? Please help me with code......thanks very much -- View this message in context: http://www.nabble.com/Date-component-tf2369054.html#a6599625 Sent from the MyFaces - Users mailing list archive at Nabble.com.