> From: Miller, Grant [mailto:[EMAIL PROTECTED]] > > My package is called 'com.mycompany.app' and my action is defined as: > > <map:actions> > <map:action name="get_date" class="com.mycompany.app.DateAction"/> > </map:actions> > > Reading other postings I get the impression that my class should be > automatically be picked up if I put the DateAction.class file in: > > web-inf\classes\com\mycompany\app > > but this doesn't work. > Please help!
Works for me. You need to restart your servlet engine though. Resin servlet engine would even recompile classes for me dynamically if I change corresponding java files. Vadim --------------------------------------------------------------------- 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]>