Re: [xwiki-users] Corrupted WYSIWYG TextArea Property

2011-11-22 Thread Marius Dumitru Florea
On Mon, Nov 21, 2011 at 10:37 PM, Ashtar Communications ashtarcommunicati...@gmail.com wrote: Marius, Thank you for the response. Answers to your questions follow. On Mon, Nov 21, 2011 at 12:06 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Hi Aaron, On Fri, Nov 18, 2011

[xwiki-users] Executing a page from another page

2011-11-22 Thread jerem
Hello, I'm trying to execute a page from another page. The executed page has some groovy and velocity, does some queries, and as output attaches a computed file to itself (and outputs some success or error message to page content). Executing it means just showing the page, as a result the

Re: [xwiki-users] Executing a page from another page

2011-11-22 Thread Marius Dumitru Florea
On Tue, Nov 22, 2011 at 11:14 AM, jerem jeremie.bousq...@gmail.com wrote: Hello, I'm trying to execute a page from another page. The executed page has some groovy and velocity, does some queries, and as output attaches a computed file to itself (and outputs some success or error message to

[xwiki-users] Adding RSS links to Livetables ?

2011-11-22 Thread jerem
Hello, I wonder how it would be possible to add RSS link(s) to the livetable components ? First I though it could be great to use the Tags Rss, but in fact the ideal solution would be to have a link with rss feed with exact same filters (tag, filters) and ordering than the currently configured

Re: [xwiki-users] Executing a page from another page

2011-11-22 Thread jerem
Seems great but ... I was not complete in my description. In fact the caller page is a groovy class ... And I want to execute MyPageToExecute from groovy, depending on conditions. Tried println {{include document/}} but it did not work. I could close my groovy block and restart after, but then

Re: [xwiki-users] Executing a page from another page

2011-11-22 Thread jerem
It's working with coding a sort-of wget from groovy code (Reader on URLConnection) :) Thanks, Jeremie -- View this message in context: http://xwiki.475771.n2.nabble.com/Executing-a-page-from-another-page-tp7019817p7019940.html Sent from the XWiki- Users mailing list archive at Nabble.com.

[xwiki-users] Fwd: ERROR: XWikiRCSNodeContent - Upgrade to 3.2 fails

2011-11-22 Thread Ramon Brandao
Anybody? Regards, Ramon Ramon Brandao wrote Hi, I'm trying hard to update from XE 3.1M2 to stable 3.2 without success. I get the very same error from http://jira.xwiki.org/browse/XE-1037 : Wrapped Exception: Error number 3201 in 3: Exception while saving document

[xwiki-users] How to use doc.displayHidden ?

2011-11-22 Thread jerem
Hello, I'm trying to create a form on a page, and would like to use displayHidden but I couldn't make it work as I expected ... This is what I do (in groovy, for a class Space.Class, and for its field field) : As output, viewing the html source reveals that I get the form but nothing inside

Re: [xwiki-users] Corrupted WYSIWYG TextArea Property

2011-11-22 Thread Ashtar Communications
Marius, Thank you for the feedback - I will start by replacing the code for the delete button with yours, and hopefully this will avoid at least one scenario for corrupting the objects. I am confident there is another mechanism for corruption to occur, and I still don't know what it is. I am not

Re: [xwiki-users] Corrupted WYSIWYG TextArea Property

2011-11-22 Thread Marius Dumitru Florea
Hi Aaron, On Tue, Nov 22, 2011 at 5:36 PM, Ashtar Communications ashtarcommunicati...@gmail.com wrote: Marius, Thank you for the feedback - I will start by replacing the code for the delete button with yours, and hopefully this will avoid at least one scenario for corrupting the objects. I