Good morning to everyone.
I´m struggling with this problem for weeks–> I have a Browse that contains many filter configurations. So for every filter configuration I want to set some default values for components.
With this code happens some things :
When the browse is loaded default filter have the values that I want (current day)
When I change to another filter, current date don´t apply
When I go back to original filter, values are incorrect again:
Filter parameters name are ok… I´m using SessionData to set attribute (hasta) to current date when I first open the app so I can request everytime I want.
I´m using JPQL condition:
Thank you very much in advance.