JARCH SHOWCASE
JARCH SHOWCASE
AutoUpdate AutoUpdate is a utility tag, which registers the attached/parent component to be updated automatically on each ajax request.
All ajaxified components (includes p:ajax) provides an attribute, to mark the current request to ignore all autoUpdates.
Time: 2024-04-26 20:03:54
<h:form>
    <p:outputPanel>
        <p:autoUpdate />

        Time: #{autoUpdateView.time}
    </p:outputPanel>

    <p:commandButton value="AJAX request" update="@none" process="@this" />
    <p:commandButton value="AJAX request with ignoreAutoUpdate=true" update="@none" process="@this" ignoreAutoUpdate="true" />
</h:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.