Emile <[EMAIL PROTECTED]> wrote: > Two re-installs later and one trashed database, the problem still persists: > BridgeException: Specified builder virtualnodes_ does not exist.. > (arguments: startNodes='null', > path='virtualnodes_10904848424370,posrel,images',...The problem is not the > syntax for displaying the image - all variants have been tried. The message > clearly states that a builder is missing.
No, I do not think that a builder is missing. My guess is that you are trying to do this: <mm:list path="..."> <mm:relatednodes ..> </mm:relatednodes> </mm:list> Since mm:list does not produce real nodes but 'virtual nodes', you can not ask related nodes to that, because there simply can be none. You could use <mm:listnodes> in stead or use <mm:node element="" to specify to which node the nodes must be related. Michiel -- Michiel Meeuwissen Mediacentrum 140 H'sum +31 (0)35 6772979 nl_NL eo_XX en_US mihxil' [] ()
