JARCH SHOWCASE
JARCH SHOWCASE
CommandLink CommandLink extends the standard h:commandLink with ajax, partial processing and confirmation features.
<a:form>
    <a:growl id="growl" life="2000" />

    <a:commandLink id="ajax" update="growl" actionListener="#{buttonView.buttonAction}">
        <h:outputText value="Ajax Submit" />
    </a:commandLink>

    <a:commandLink id="nonAjax" actionListener="#{buttonView.buttonAction}" ajax="false">
        <h:outputText value="Non-Ajax Submit" />
    </a:commandLink>
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.