0 Replies Latest reply on Sep 2, 2010 4:47 AM by ahoehma

    process two forms together

    ahoehma

      hi,

       

      I have to forms:

       

      <a4j:form id="inputs">

        ... input elements with value binding

      </a4j:form>

       

      <a4j:form id="controls">

        <a4j:commandButton id="step1Next"
                                   value="step1"
                                   action="#{foobar.step1}"
                                   process="inputs""/>

      </a4j:form>

       

      My Idea was to use the process attribute to "submit" the both forms "together" ... but this doesn't work ..

      How can I submit the input-elements from form "inputs" together" with a action from form "controls"?

       

      Regards

      Andreas

      -[http://www.ahoehma.de]-