Note that there are some explanatory texts on larger screens.

plurals
  1. POprimefaces partial processing not working
    primarykey
    data
    text
    <p>I would like to use partial processing but it does not work in my code. Does anybody knows why?</p> <pre><code>&lt;h:form id="frmVehicle" prependId="false"&gt; &lt;p:toolbar styleClass="form_toolbar"&gt; &lt;p:toolbarGroup&gt; &lt;p:commandButton id="save" process="@(form :not(.noprocess))" ajax="false" value="#{uimsgs.save}" action="#{vmsVehicleActionBean.save()}" &lt;/p:toolbarGroup&gt; &lt;/p:toolbar&gt; &lt;p:messages id="vmsgs" severity="error,warn" autoUpdate="true" /&gt; &lt;p:tabView id="tabViewSections" orientation="left" styleClass="ses-ui-tabs-left"&gt; &lt;p:tab title="#{vms_uimsgs['vehicle.tab.data']}"&gt; &lt;p:panelGrid id="gridHeader" columns="4" columnClasses="form-label,form-input,form-label,form-input" styleClass="form-grid" &gt; &lt;p:outputLabel for="kmStatus" value="#{vms_uimsgs['vehicle.kmStatus']}" /&gt; &lt;p:inputText id="kmStatus" value="#{vmsVehicleActionBean.vehicle.kmStatus}"/&gt; &lt;p:outputLabel for="powerKw" value="#{vms_uimsgs['vehicle.power']}" /&gt; &lt;p:inputText id="powerKw" styleclass="noprocess" value="#{vmsVehicleActionBean.powerKw}"&gt; &lt;p:ajax event="keyup" update="powerPs" /&gt; &lt;/p:inputText&gt; &lt;p:outputLabel value="kw" /&gt; &lt;p:inputText id="powerPs" styleclass="noprocess" value="#{vmsVehicleActionBean.powerPs}"&gt; &lt;p:ajax event="keyup" update="powerKw" /&gt; &lt;/p:inputText&gt; &lt;p:outputLabel value="ps" /&gt; &lt;/p:panelGrid&gt; &lt;/p:tab&gt; &lt;/p:tabView&gt; &lt;/h:form&gt; </code></pre> <p>The two setters (kw &amp; ps ) are still processed. Any idea?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload