I know I'm missing something. I'm building a simple list that will
pull a "category" from a list of categories defined elsewhere in the
data module. The following snippet is from the dialog definition
where I attempt to make the link between the two:
...
<sv:property sv:name="label" sv:type="String">
<sv:value>Category:</sv:value>
</sv:property>
<sv:property sv:name="controlType" sv:type="String">
<sv:value>dataMultiSelect</sv:value>
</sv:property>
<sv:property sv:name="repository" sv:type="String">
<sv:value>data</sv:value>
</sv:property>
...
What I get is a button that says "add" and another one that says
"delete" - but when I click the button for "add" it just adds another
blank text box...
What other configuration do I need to put in there to get this to work?
Ryan
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------