To make your validator available to the CIM framework, add an XML snippet to any /plugin_name/validators.xml file. For example:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE validators SYSTEM "http://www.atg.com/dtds/validator_1_0.dtd">

<validator id="MyNewValidator" class="atg.cim.validator.HelloWorldValidator">
  <title>HelloWorld!</title>
</validator>

Now you can refer to the validator MyNewValidator in your wizards.xml file.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices