2 Replies Latest reply on Jun 25, 2009 5:07 AM by maksimenko123

    include is not refreshed

      hi!
      I'm using latest richfaces and facelets and found out that a4j:include is not rerendered.
      I've created simple page:

      <a4j:form id="commandForm">
       <ui:include src="includedpage.jspx"/>
       <h:outputLabel value="#{testaction.currentDate}"/>
       <a4j:commandButton reRender="commandForm"/>
      </a4j:form>
      

      this page is supposed to show current time when user clicks on the button. But refresh is not performed until I remove ui:include element - after that everything works fine.
      Should I post this problem in Jira?

      ps. the same problem with a4j:include