2 Replies Latest reply on Mar 20, 2007 5:53 PM by alex_ph

    Problem with reRender on form submit

    dustismo

      Hi,

      I have been trying every possible scenario and cannot seem to get an ajax update to work.

      <a:outputPanel id="form1_query">
       #{wizard.ajaxTest}
      </a:outputPanel>
      
      <a:form ajaxSubmit="true" reRender="form1_query" >
      Query <h:inputText value="#{wizard.query}" /><br />
      <h:commandButton action="#{wizard.saveInput('Query')}" value="Add" />
      </a:form>
      


      Backing bean is coversation scoped (using seam). looking at the ajax response reveals:
      <meta name="Ajax-Update-Ids" content="" />
      


      which I believe should contain 'form1_query' right?

      I have also tried using a:commandButton with regular h:form and every possible iteration in between. Any help?

      thanks,
      Dustin