Re: [xwiki-users] Showing HTML in a page from a field

2010-01-16 Thread Jeremie BOUSQUET
Thanks for explaination ! It will be useful to me to know this difference now... And explains some issues I had ! ;) ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Showing HTML in a page from a field

2010-01-16 Thread Flavius Olaru
Jeremie, The first method uses Object.display() while the other Object.getProperty().value retrieves the value without rendering. On Fri, Jan 15, 2010 at 6:37 PM, Jeremie BOUSQUET wrote: > Wow, super thanks Marius, it works perfectly ! > I'm not sure to understand why, but it did the trick :) >

Re: [xwiki-users] Showing HTML in a page from a field

2010-01-15 Thread Jeremie BOUSQUET
Wow, super thanks Marius, it works perfectly ! I'm not sure to understand why, but it did the trick :) Jeremie ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Showing HTML in a page from a field

2010-01-15 Thread Marius Dumitru Florea
Hi Jeremie, Jeremie BOUSQUET wrote: > Hi all, > > This problem is driving me nuts... > I try to retrieve some HTML content from a field of a specific object, and > display it in a page (rendered, not as code). > > I wrote this kind of code, and it's the unique content of my page : > > {{velocit

[xwiki-users] Showing HTML in a page from a field

2010-01-15 Thread Jeremie BOUSQUET
Hi all, This problem is driving me nuts... I try to retrieve some HTML content from a field of a specific object, and display it in a page (rendered, not as code). I wrote this kind of code, and it's the unique content of my page : {{velocity filter="none"}} {{html clean="false" wiki="false"}} #