RichFaces Calendar: Month and Year only display -


i using richfaces4.0; need display selection of month , year only; user chooses it.

<rich:calendar id="start" value="#{reportbean.fromdate}" oncurrentdateselect="alert('hello');" popup="false" showweekdaysbar="false"  showfooter="false" styleclass="special"></rich:calendar> 

script being used given below, hide date grid:

.special tr[id] {   display:none; } 

i following example on forum, selected month/year not being reflected in reportbean.fromdate: http://relation.to/12480.lace; see not support oncurrentdateselected attribute.

i sure missing important step, please help.

thanks

value attribute removed , added currentdate:


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -