This is still one of the greatest components. Thanks Alejandro. I would like to ask how to perform complex validation. I am currently using crudFormFactory.setConverter(... to perform field validation that can not be done via bean validation. This appears to work well. However I would like to compare one field with another in the convertToModel method or beter still to the row item it belongs to.
Hi, No, I'd not really used the CrudListener for validating.
I tried the basic crud.set[Add,Update]
Operation without much success. If im not mistaken, doesnt the CrudListener deligate to the same Operation methods in AbstractCrud class.
The challenge i find myself with is to intercept the update button with the row data item on the form (via crudFormFactory) before the dialog is dismissed/closed.