You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by jcplerm <jc...@ameritech.net> on 2003/09/05 20:01:41 UTC

Output widget (Woody)

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?

Thanks,

jlerm

Re: Output widget (Woody)

Posted by Bruno Dumon <br...@outerthought.org>.
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
bruno@outerthought.org                          bruno@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org