Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
<?xml version="1.0" encoding="UTF-8"?>
2
<response 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
</response>