Tuesday, October 12, 2010

Making RichCalender Editable

Few days back we i have posted  Server Side Date Validator Today we will discuss  topic how to manually enter date in  rich calender only you need to do is set enale ManualInput to true  in jsp file as shown below.
<rich:calendar id="dc_FROM_DATE" ajaxSingle="true" enableManualInput="true" binding="#{checkUserRequest.dc_FROM_DATE}" inputStyle="font-size:10pt;width:100px;height:25px" datePattern="dd-MM-yyyy">
</rich:calendar>



No comments:

Post a Comment