You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small issue is that f:resetValues has disappeared from spec/vdl since 2.3. I guess this was an error during 2.2->2.3 transition whereby vdl templates were reworked because during the same time the id attribute also disappeared from h:head/h:body vdl as well. So if we see need for it we should bring it back. Else just add it to f:ajax and h:commandScript, where there resetValues attribute is formally specified. Related: #1936
in PF we have a flag called clearModel, which does not only reset the value inside the UIComponent state, it also sets the model value to null
we could easily add this to UIViewRoot#resetValues and also on f:resetValues
i would like to see it in 5.0, to get rid of it in PF
The text was updated successfully, but these errors were encountered: