Hi i like to insert date inside oracle 10 database in the date field which i assigned
field as date format.
Tdate(date)
<h:inputText value="#{user1.tdate}" >
<f:convertDateTime pattern="dd-MM-yyyy"/>
</h:inputText>
i try to insert in 23-jun-2007 format but it giving exception
value must be a datetime.
can any
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058565#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...