On Wednesday 21 July 2004 08:45 pm, Emile wrote:
> Hi all
> is anyone familiar with the following error when trying to include related
> images in a jsp:
> org.mmbase.bridge.BridgeException: Specified builder virtualnodes_ does not
> exist.. (arguments: startNodes='-1',
> path='virtualnodes_10904353748590,pos2rel,images', fields='null',
> constraints='null' orderby='null', directions='null', searchdir='BOTH')
> I'm not sure where to start looking - 
usuanly this mean you are trying  something like thie
<mm:related path="posrel,images">
        <mm:image />
</mm:related>

while you should try

<mm:related path="posrel,images">
        <mm:node element="images">
                <mm:image />
        </mm:node>
</mm:related>

you also might want to use mmdeveloper to check your generated application to see if 
the relations exist
-- 
Kees Jongenburger
Mediapark C101 Hilversum  
+31 (0)35 6772910


Reply via email to