2 Replies Latest reply on May 31, 2007 10:53 AM by ilya_shaikovsky

    a4j:form does not work as supposed

    ratondeau

      Hi,

      I have the following code inside a page.

      <a4j:form id="calendarForm" reRender="calendar" ajaxSubmit="true">
       <t:inputCalendar id="calendar" monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader"
       currentDayCellClass="currentDayCell" value="#{calendarBean.currentDate}"/>
       </a4j:form>
      


      my goal is that the calendar element should be reRendered without reloading the page. Unfortunately this does not work. If I click to next month nothing happens. If I remove the a4j:form tag the component works but the normal non-ajaxed way.

      How could I get this to work?

      Greets

      Matt