bloritsch 01/07/20 08:23:06 Modified: xdocs Tag: cocoon_20_branch logicsheet-forms.xml Log: update documentation to reflect new way of checking form validation. Revision Changes Path No revision No revision 1.1.2.5 +12 -1 xml-cocoon2/xdocs/logicsheet-forms.xml Index: logicsheet-forms.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/xdocs/logicsheet-forms.xml,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- logicsheet-forms.xml 2001/07/19 14:20:01 1.1.2.4 +++ logicsheet-forms.xml 2001/07/20 15:23:06 1.1.2.5 @@ -100,8 +100,19 @@ usual. </p> <p> - If only interested in validation results, just + If only interested in validation results, just: </p> + <source> +<![CDATA[ + <xsp-formval:on-ok name="persons"> + <myapp:error>(ERROR)</myapp:error> + </xsp-formval:on-ok> +]]> + </source> + <p> + Alternatively, if you just want a boolean value from the logicsheet + if a test is successful, use this method: + </p> <source> <![CDATA[ <xsp:logic> ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]