Bauke Scholtz

Results 56 issues of Bauke Scholtz

### Description RichFaces supported this construct: ```xml ``` PrimeFaces doesn't. It basically prints the value as it was during initial request. ### Describe the solution you would like This could...

enhancement

### Describe the bug When using `` then the widget/element sticks around when original element is removed during ajax update. ### Reproducer E.g. a "SPA application" like this: ``` ```...

:lady_beetle: defect

Which allows mapped acces to all `` of the current facelet as requested in https://stackoverflow.com/q/79393921 ``` param1: #{param1} param2: #{param2} param3: #{param3} ``` it would be interesting if `` instances...

Discovered during https://github.com/eclipse-ee4j/mojarra/issues/5596 - have a `Byte` property with `@Min(1)` - have a `` (just for formatting) - but NumberConverter returns Long - this is usually EL-coerced during update model...

Only the eval(Serializable,Supplier) cannot be generified without breaking backwards compatiblity, we probably need to add a new method.

It was previously requested via https://github.com/jakartaee/faces/issues/991 for 2.1 but general response was "use passthrough attribute instead" which I personally don't agree on for the `placeholder` attribute. Use of passthrough attribute...