Hi Thorsten,

On Mon, Nov 9, 2009 at 1:00 PM, thorsten zerha
<[email protected]> wrote:
> I took Bertrand's example code to display versions from
>
> http://markmail.org/message/dvr7kgvz5qhiqprm
>
> but at v.getProperty("jcr:uuid") I get:
>
> TypeError: getProperty is not a function, it is
> org.mozilla.javascript.Undefined...

Since SLING-383 this should be replaced by

  var uuid = v["jcr:uuid"];

I have replied in that thread as well, so that the mail archives gives
the correct info. Thanks for reporting!

-Bertrand

Reply via email to