What exactly is the problem. The action documentation has enough stuff the get started. Look in the source code cocoon-2.0.2/src/java/org/apache/cocoon/acting for examples of actions. Remember to define your actions in the sitemap before you use them. Make sure that the classloader that loaded cocoon can find your action class.
Artur... > -----Original Message----- > From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 3:49 PM > To: [EMAIL PROTECTED] > Subject: Custom Database Action > > > I'm a newbie. I've created my own version (tweaked it a little) of the > bonebreaker example found on the cocooncenter website : > http://www.cocooncenter.de/cc/documents/resources/navigation/index.html > > I am still having a hard time grasping how to create actions in cocoon. I'm > trying to connect to a database, perform some queries, and use the > information from the queries in my pipelines. I've already looked at the > "Creating and Using Actions" section of the online User Guide : > http://xml.apache.org/cocoon/userdocs/concepts/actions.html and could not > get that example to work. > > I'm trying to not use XSP's to preserve the separation between logic, > content, and style. Any links to a more extended documentation on action > creation and also their uses in cocoon would be much appreciated. I'm > starting to notice that I'm spinning my wheels. :) > > Matthew > > > --------------------------------------------------------------------- > 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]> > --------------------------------------------------------------------- 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]>