Hi,

I'm trying to implement a simple form (no validation yet) which has one
selection list widget (gender: values Female, Male, Unknown). I want to have
this displayed as radiobuttons, but it fails to do so.

I've copy/paste/modify the form1 example but the selection list is not
copied into the resulting wi:  xml.

I then added the sitemap pipelines and .js script from the original form1
example, modified the source location to use the original files and it still
works.

I don't get any errors and the script can find the definition file, because
all labels and hints are correctly copied.

The only thing I can think of is the value of the "attribute-name"
parameter:

     <map:match pattern="form1.flow">
       <map:call function="woody">
         <map:parameter name="function" value="form1"/>
         <map:parameter name="form-definition"
value="context:://samples/woody/forms/form1.xml"/>
         <map:parameter name="attribute-name" value="form1"/>   <-- which
"form1" does this one refer to?
       </map:call>
     </map:match>
 
Thanks.

Bye, Helma

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

Reply via email to