3 Replies Latest reply on Feb 13, 2008 4:12 AM by ilya_shaikovsky

    Keep having to nest the outputPanel to get ajaxRender to wor

    tony.herstell1

      Keep having to nest the outputPanel to get ajaxRender to work ok...

      <a4j:outputPanel id="allocation_days_with_bookings"
       layout="none" ajaxRendered="true">
       <a4j:outputPanel id="allocation_days_with_bookings_panel"
       rendered="#{bookingController.reason == 'ONE_HOUR_PRIVATE'
       || bookingController.reason == 'ONE_HOUR_OPEN'}">
      


      Is this expected behavior?