nested_form_errors.xml 293 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <form name="foo">
  3. <errors>
  4. <entry><![CDATA[This is the form error]]></entry>
  5. </errors>
  6. <children>
  7. <form name="bar">
  8. <errors>
  9. <entry><![CDATA[Error of the child form]]></entry>
  10. </errors>
  11. </form>
  12. </children>
  13. </form>