crossley 2002/06/17 05:05:34
Modified: src/documentation/xdocs/howto/xmlform-wizard Tag:
cocoon_2_0_3_branch howto-xmlform-wizard-4.xml
Log:
Fix example import statements for classes moved down to components/
Bug: 9862 Patch for the XMLform howto step 4 doc
Submitted by: Bert Van Kets <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.2.2.2 +6 -6
xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-4.xml
Index: howto-xmlform-wizard-4.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-4.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- howto-xmlform-wizard-4.xml 7 Jun 2002 19:49:00 -0000 1.2.2.1
+++ howto-xmlform-wizard-4.xml 17 Jun 2002 12:05:33 -0000 1.2.2.2
@@ -92,15 +92,15 @@
import org.apache.cocoon.environment.Context;
// Schematron classes
-import org.apache.cocoon.validation.SchemaFactory;
-import org.apache.cocoon.validation.Schema;
-import org.apache.cocoon.validation.Validator;
-import org.apache.cocoon.validation.Violation;
+import org.apache.cocoon.components.validation.SchemaFactory;
+import org.apache.cocoon.components.validation.Schema;
+import org.apache.cocoon.components.validation.Validator;
+import org.apache.cocoon.components.validation.Violation;
// Cocoon XMLForm
import org.apache.cocoon.acting.AbstractXMLFormAction;
-import org.apache.cocoon.xmlform.Form;
-import org.apache.cocoon.xmlform.FormListener;
+import org.apache.cocoon.components.xmlform.Form;
+import org.apache.cocoon.components.xmlform.FormListener;
/**
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]