JARCH SHOWCASE
JARCH SHOWCASE
Ajax Framework - Counter An integer variable is incremented each time the button is clicked and current value is updated with ajax.
Counter: 0
<a:form>
    <h:panelGrid columns="2" cellpadding="5">
        <h:outputText value="Counter: " />
        <h:outputText id="output" value="#{counterView.number}" />
    </h:panelGrid>

    <a:commandButton value="Count" actionListener="#{counterView.increment}" update="output" />
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.