Thomas Andraschko
Thomas Andraschko
not sure but there would be 2 solutions: 1) check if `f:attribute name="icon"` can be attached to `f:selectItem` and check if also possible with `f:selectItems` 2) p:selectItem/s both not sure...
where e.g. gets the filterValue now stored? if you have partial processing enabled and you update the DataTable, the filterValue is not available in the current request and will be...
Yeah, if you process it, it will work Otherwise its a breaking change In my applications i usually dont process it, and why we should actually? Note that e.g. UIInput...
Does it work in 13 Snapshot?
Did you try? this is not a forum, its a issue tracker
p:confirm is not really limited to UICommand per se
Yep Templating is the perfect place to add this
in general there are 3 possible solutions: 1) manually store it in a sessionscoped bean, this is a workaround. our company created a util function for it: ``` ``` 2)...
JFYI: i currently need this for p:panel in my company, i will implement it via multiViewState tomorrow: https://github.com/primefaces/primefaces/issues/9906
Done for AccordionPanel: https://github.com/primefaces/primefaces/issues/9916 im not interessted doing it for Tree