Right... but what should I do to avoid this loop and still get the editor to display my object?
On Thu, Mar 27, 2008 at 10:31 AM, Jean-Vincent Drean <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 10:23 AM, JavaCupiX <[EMAIL PROTECTED]> wrote: > > @Sergui : I tried this > > > > > > #if($type == "view") > > <b>$value</b> > > #else > > $doc.display($name, $type, $object) > > #endif > > > > but it get a nasty "Error number 4001 in 4: Error while parsing > velocity > > page.... Invocation of method 'display' threw exception > > java.lang.stackOverflowError"... I tried the other display methods but > got > > the same error each time, any idea what's wrong? > > > > Hi, > > What you get here is a nasty infinite loop since $doc.display will > call your custom displayer in the #else, custom displayer who calls > display, who calls the .. :) > > -- > Jean-Vincent Drean > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
