Hello, 

I've a problem with a small binding example I'm currently trying.

in my model if have. 

<fd:widgets>
<fd:group id="page1">
  <fd:field id="name">
    <fd:datatype base="string"/>
  </fd:field>
  <fd:action id="next">
    <fd:label>Next</fd:label>
[...]
</fd:group>

and in my Binding file: 

fb:context xmlns:fb="http://apache.org/cocoon/forms/1.0#binding"; 
           xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"; path="." >
        
<fb:group id="page1" path=".">  
  <fb:value id="name" path="name"/>
</fb:group>
[...]

I don't see any misstake, but allway receive the message: Widget "name" does 
not exist in the container "page1" (fd:group -...

Does someone see whats going wrong?

Thanks mike 


____________________________________________
QuickLine WebMail - http://www.QuickLine.com

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

Reply via email to