I was able to find a solution by creating a second converter,
PlaylistsConverter, which returns a List of Playlists instead:
public Object convertFromString(Map arg0, String[] arg1, Class arg2) {
if (arg1.length > 0 && arg1[0].trim() != "") {
List playlists = new ArrayList();
Can we see your related files?
On Wed, Jan 12, 2011 at 3:43 PM, Scott Koenig wrote:
> Hello,
>
> In my company's internal CMS, we are implementing two new asset types,
> Videos and Playlists (collections of Videos). In the Video UI, the user
> designates which Playlists are to be associated with
2 matches
Mail list logo