Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalArgumentException: Cannot find property descriptor #47

Open
tocotest opened this issue Oct 4, 2017 · 1 comment
Open

Comments

@tocotest
Copy link

tocotest commented Oct 4, 2017

GridCellFilter does not check the set column ID for a field but instead uses the field name of the item.

E.g. If I have a class Person with field "fullname" and I set the column ID on this field to "Full Name", and use "Full Name" as the column ID in the setTextFilter call I receive the following error:

java.lang.IllegalArgumentException: Cannot find property descriptor

If I use the field name instead the call succeeds.
Otherwise an excellent add-on

@tocotest
Copy link
Author

tocotest commented Oct 6, 2017

btw: the column identifier was of the form "abc.def.fullname", without quotes. It appears that only the suffix is read by GridCellFilter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant