You need to add 2 more data nodes: repository=data tree=data Then you will also see "choose" button next to the delete in the dialog and would be able to choose the item from tree.
HTH, Jan On Tue, 2008-02-26 at 22:58 -0700, Ryan Gardner wrote: > 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 > ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
