On Fri, 2003-09-05 at 20:01, jcplerm wrote: > When I try to use an "output widget" in a modified version of the > "carselector" form as in: > > <wd:form > xmlns:wd="http://apache.org/cocoon/woody/definition/1.0" > xmlns:i18n="http://apache.org/cocoon/i18n/2.1"> > > <wd:output id="exceptionMsg"> > <wd:label>EXC:</wd:label> > <wd:datatype base="string"/> > </wd:output> > ... > > I get the following exception: > > ERROR (2003-09-05) 12:54.51:453 [access] (/cocoon/carselector) > Thread-13/CocoonServlet: Internal Cocoon Problem > org.apache.avalon.framework.CascadingException: Unkown kind of widget > "output" specified at > file:/C:/java/jakarta-tomcat-4.1.24-LE-jdk14/webapps/cocoon/forms/carselector_form.xml: > line 7 > > What am I doing wrong?
If it thinks the output widget doesn't exist it is either because: * the Cocoon version you're using is too old and doesn't have it yet * it is not declared in the cocoon.xconf. Try doing a build clean first in that case. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
