Hello.I want to do client side validation before commit. My plan was to use DbEntity/DbAttribute to find "maxSize" and "mandatory", but DbEntity/ DbAttribute are not sent to the client. I understand why those objects are not sent to the client, but "maxSize" and "mandatory" should perhaps be availiable to the client?
Any idea how to solve this? Do I need a roundtrip to the server?The reason for doing this is that I want to try key-value-validation in CocoaCayenne.
- Tore.
