Hi,

because the first method has to be synchronized and the second one has
to be asynchronous.

** <http://dict.leo.org/ende?lp=ende&p=eL4jU.&search=asynchronous>
Why dont you use a4j:commandButton?

On Nov 27, 2007 12:56 PM, Wolfgang <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi,

    I combined a h:commandButton with a a4j:support component:

    <h:commandButton id="submit"
                        value="Submit"
                        styleClass="submit_button"
                        actionListener="#{homePage.processSubmit}">
           <a4j:support event="oncomplete"
                        actionListener="#{homePage.processServices}"
                        reRender="tree, inputRegion, serviceError"/>
    </h:commandButton>

    Everything works fine besides that the method homePage.processServices
    won't be called
    Does anyone know why?

    Cheers



Reply via email to