March 2013
Intermediate to advanced
398 pages
7h 48m
English
We are now going to add some validation to the create society page. We can add validation by adding code to the setter methods in the entity object class. In the following example, we are going to validate that a date entered in the dateStart field is greater than the current date.
To add a validation to the page, perform the following steps:
setDateStart method, as shown in the following screenshot:
setAttributeInternal line.Read now
Unlock full access