Open in new window

back

Graphical Editor for Struts Validation Files

Exadel Studio comes with a visual validation editor. To create a new validation file, right click any folder and select File/Validation File from the context menu.

validationCreate

The validation editor works through a number of viewers.

The Formsets viewer shows forms and their elements for which to define validation rules.

validationFormsets

The Constants viewer lets you set constant values for your validation rules.

validationConstants

The validation file also can also be viewed in a Tree viewer.

validationTre

At any point you have full control over the source by switching to the Source viewer. Any editing in this viewer will immediately be available in the other viewers of this editor.

validationSource

You can also open your own custom or Struts-standard validation-rules.xml file.

The Validators viewer shows the validation rules for a selected validator. You can of course add your own rules.

validationValidators

Here are the validation rules shown in the Source viewer.

validationSourceValRules

back