Does anyone know if the operation of the <mm:list> tag changed from 1.7.0. to 1.7.1. with respect to the 'nodes' and 'path' attributes?

Is it possible that from 1.7.1. it's neccesary to start the 'path' attribute with the same builder as used in the 'nodes' attribute?

E.g.

where 2 is a builder of type x, looks like that this worked in 1.7.0.

<mm:list
        nodes="2"
        path="y"

and now we in 1.7.1. have to use

<mm:list
        nodes="2"
        path="x,y"

Is it expected behaviour that the first 1.7.0. example results in an empty list under 1.7.1?

--
Regards,
Met vriendelijke groet,
Ted Vinke

First8 BV
Groenestraat 294
6531 JC Nijmegen
[EMAIL PROTECTED]



Reply via email to