Melloware
Melloware
so in that reproducer i know its using our JPA LAzy Model it definitely shows the issue. And when you debug it fails the find and render any column after...
let me try that.
OK now this has me thinking its something with WildFly 7.4.12 as I can't seem to reproduce it in any other environment than that. I even put Mojarra 2.3.21 into...
Any luck?
This sounds a lot like the issue i ran into with Datatables and `@id`: https://github.com/orgs/primefaces/discussions/2350
@tandraschko it looks like our homegrown `SearchExpressionFacade` was more robust than the core JSF `apache.myfaces.component.search.SearchExpressionHandlerImpl.resolveClientIds` when it comes to `resolveClientIds`. Our old `resolveClientIds` had a lot of "magic" in it.
Something weird is going on. With 13.0.10 it doesn't fail but the page doesn't render with the example in 12765. 13.0.10 renders this HTML. ```xml ``` Why are `
I will dig deeper on this one no worries!
Just tested and confirmed its fixed with 14.0.11