How do I do something like this with 
cforms using the fd:new and the fd:class
functions

<node>
  <node>
     <node/>
   </node>
   <node>
     <node/>
   </node>
</node>
the above stucture is very natutal but
trying a cforms definition like below
brings a recursion error.

<fd:new id="nodeClass"/>
<fd:class id="nodeClass">
  <fd:widgets>
      <fd:repeater initial-size="0" id="nodeRepeater">
        <fd:field id="node">
         ....
        </fd:field>

        <fd:new id="nodeClass"/> <!--Calls its own class-->


      <fd:repeater>
  </fd:widgets>
</fd:class>


Any Ideas on creating tree
structures with cforms.

All the best
Chris


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

Reply via email to