Hi, I recently updated to T5.0.16-SNAPSHOT and the combination of @Parameter @Persist no longer work together. I understand this is not needed for a normal pageload. But on an AJAX request handled by a component, the parameter is not passed and I do need a reference to it. Should I now add another variable annotated with @Persist and assign it upon @SetupRender with the passed @Parameter? This sounds a bit roundabout or is there a more elegant way to achieve this?
Regards, Joost