My app throws an exception when I try to create a filter condiftion on a table based on a KeyValueContainer:
IndexOutOfBoundsException: Index 1 out of bounds for length 1
My DL contains no JPQL query as it is a KeyValueContainer. Documentation tells us that Filter apply to KeyValueContainer by filtering data at database level. Sounds a bit confusing for me.
Does filters works with KeyValueContainer ?
If no, is there something special to do to use filters with this kind of data container ?
Hi,
Please provide necessary information such as full exception stack trace, screen controller and descriptor code.
Otherwise it’s impossible to investigate your problem based on such a short description.
May someone tell me if filters always need to be based on a JPQL request ?
Does KeyValueContainer can be filtered ? Does KeyValueContainer may be used the same as other data container ?