Data validation on a FORM
Hello,
I need to know how it's possible to implement data validation on input form
Simple case (value not dependent on persisent data) is clear to me:
<leave>
<check expr="@id !=''">
<error>You must populate the Id</error>
</check>
</leave>
I don't understand how to make more complex check on input data
For instance: Avoid that ID input data typed by the operator already exists on the table MyTable (whose key is ID) that I'm populating with this form