haul 2002/08/11 13:16:08 Added: src/java/org/apache/cocoon/transformation Tag: cocoon_2_0_3_branch SimpleFormTransformer.java Log: <action dev="CH" type="add"> Simple Formvalidation: FormValidatorAction sets attribute "*" to indicate overall validation status. Added SimpleFormTransformer that fills XHTML form fields with values from request parameters and allows conditional error tags depending on validation result. This removes the requirement for XSP. Changed ordering of error levels: "notpresent" (indicates that no validation result is present for this parameter) moves between "ok" and "error". New error level "maxerror" used in conjunction with the transformer, is never set, used as upper bound. </action> Revision Changes Path No revision No revision 1.1.2.1 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/transformation/SimpleFormTransformer.java Index: SimpleFormTransformer.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/SimpleFormTransformer.java,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]