This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: calendar onchange ajax submit -- help pleasethinkblue146 Oct 3, 2007 3:14 AM (in response to joelbcohen)Check this string out...It should help you out with your issue: 
 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119082
- 
        2. Re: calendar onchange ajax submit -- help pleasejoelbcohen Oct 5, 2007 11:15 AM (in response to joelbcohen)this code worked for me: <rich:calendar value="#{autoBean.selectedDisplayCalendar}" id="richfacescalendar" datePattern="MM/dd/yy" showInput="false" popup="true"> <a4j:support ajaxSingle="false" event="oncollapse" oncomplete="document.forms[0].submit();"/>
- 
        3. Re: calendar onchange ajax submit -- help pleasekryzys Oct 6, 2007 11:22 AM (in response to joelbcohen)Check the link, that thinkblue has posted. You should use ondateselected instead ondateselect. It is fired after new date is selected in calendar component. 
 
     
    