I was a Notes programmer,when I tried to migrate my application to cocoon using cocoon 
form,I found multi-value field is a problem.I pick two question or suggestion here:
1.In cocoon form multi-value field rendered as listbox or others,but if you want to 
enter in a text input,the value is single.Can/Should cocoon form provide multi-value 
field as text input,using separator like "," or ";" to separate the multi-value?
2.Sometime we need to just display multi-value as text like <wd:output>,but I only 
found binding can only bind multivalue-field with multi-value(only in cvs 
now).Can/Should cocoon form provide multi-value binding to output widget?Xml source 
like that:
a.xml data
<data>
    <message>good</message>
    <message>morning</message>
</data>
b.multi-value field 
<wd:multivaluefield id="...">
    <wd:separator>,</wd:separator>
    ...
</wd:multivaluefield>
c.output
<wd:output id="...">
    <wd:multivalue>true</wd:multivalue>
    <wd:separator> </wd:separator>
    ...
</wd:output>

Roy Huang

Reply via email to