I finally got the XMLForm howto- to work.  If you compare the components on
the sitemap.xmap the wizard vs howto uses different logger (
logger="xmlform.sitemap.action.wizard"/> )  vs (logger="webapp.xmlform"/> ).  
I have not dig enuff to find the differences of the two. Hopefully the author
would chime in and tell us the differences of the two loggers.
   
 The components on mine have these now:

<map:action name="WizardAction" src="org.apache.cocoon.samples.xml
form.WizardAction"  logger="xmlform.sitemap.action.wizard"/>  
<map:action name="HowtoWizardAction" src="org.apache.cocoon.sample
s.xmlform.howto.HowtoWizardAction"  logger="webapp.xmlform"/>   
 <map:action name="UsageFeedbackAction" src="org.apache.cocoon.samp
les.xmlform.UsageFeedbackAction" 
logger="xmlform.sitemap.action.UsageFeedback"/>
 <map:generators default="file"/>
 <map:transformers default="xslt">
 <map:transformer name="xmlform"
   src="org.apache.cocoon.transformation.XMLFormTransformer"
           logger="webapp.xmlform"/>
 </map:transformers>
 <map:readers default="resource"/>
 <map:serializers default="html"/>
 <map:selectors default="browser"/>
 <map:matchers default="wildcard">
 <map:matcher name="wildcard"
        src="org.apache.cocoon.matching.WildcardURIMatcher"/>
 </map:matchers>          



aps

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to