source: trunk/web/addons/job_monarch/lib/extjs/examples/form/xml-errors.xml @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 461 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<message success="false">
3<errors>
4    <field>
5        <id>first</id>
6        <msg><![CDATA[
7            Invalid name. <br /><i>This is a test validation message from the server </i>
8         ]]></msg>
9    </field>
10    <field>
11        <id>dob</id>
12        <msg><![CDATA[
13            Invalid Date of Birth. <br /><i>This is a test validation message from the server </i>
14         ]]></msg>
15    </field>
16</errors>
17</message>
Note: See TracBrowser for help on using the repository browser.