I got a form, that includes outputPanel that I need to update, excluding one of its component (it containts calendar, that resets after I call update
, I want to prevent that)
<p:ajax update=":form1:outputPanel1 :not(form1:outputPanel1:nestedOutputPanel)"/>
But I have no idea how can I achieve something like this (above example is not working)?