Okay, I found one of the problem. The online example HelloWorldAction
on the website specifies the Parameters class as being
org.apache.avalon.Parameters as opposed to
org.apache.avalon.parameters.Parameters.
The second error was caused by the fact that the example was using the
method org.apache.cocoon.enviroment.Request.setParameter, but the the proper
method is setAttribute.
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>