Enabling View Validation
Enabling View Validation
The
validateView
property in
/WEB-INF/config/core.properties
can be used to enable on-the-fly view validation.
If you enable on-the-fly view validation, Archibus will validate the AXVW content before it compiles the view, i.e. during the next view rendering after you change the AXVW content. Archibus will validate both the view structure (i.e. supported AXVW elements, their structure and combinations, and their attribute values) and the view referential integrity (i.e. whether elements referenced by IDs actually are defined). The view structure validation errors include a user-friendly error message, the AXVW file name and the exact line number of the error, but the referential integrity errors only include the error message.