You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/03/03 05:33:48 UTC

DO NOT REPLY [Bug 6821] New: - [Patch] Simple userdocs fix in actions.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6821>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6821

[Patch] Simple userdocs fix in actions.xml

           Summary: [Patch] Simple userdocs fix in actions.xml
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: at01@thenot.net


In the file documentation/xdocs/userdocs/concepts/actions.xml, there are 2 missing import statements:

--- actions.xml Sat Mar  2 23:04:22 2002
+++ actions.xml     Sat Mar  2 23:16:55 2002
@@ -117,7 +117,9 @@
 import org.apache.cocoon.Constants;
 import java.util.Map;
 import java.util.HashMap;
+import org.apache.cocoon.environment.Redirector;
 import org.apache.cocoon.environment.Request;
+import org.apache.cocoon.environment.SourceResolver;
 import org.xml.sax.EntityResolver;
 
 public class HelloWorldAction extends AbstractAction {

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org