I'm bumping this 18 months old thread because I have the same problem. I'm
using 4.5.6 with Blossom and the DataUUIDMultiSelect in a component to save
multiple selection from the data workspace.
In my @TabFactory
[code]
DataUUIDMultiSelect data = (DataUUIDMultiSelect)
tab.addControl("dataUUIDMultiSelect", "vedettes", "Vedettes", "");
data.setConfig("tree", "data");
data.setConfig("repository", "data");
[/code]
I can retrieve and display the data with DataUtil without problems in the
authoring instance. But the publishing to the public instance of the content of
the DataUUIDMultiSelect does not work. Publishing is working for everything
else. For example, the DialogEdit in the same @TabFactory is publishing
normally. I checked on the public instance with tools - JCR Query and really
nothing is published. I also tried using DataMultiSelect instead of
DataUUIDMultiSelect with the same problem.
Anyone can help me with this?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e83d325a-9744-4557-910e-bc445fb10d13
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------