Re: [xwiki-users] Customization of XWiki Enterprise 4.1.3: how to save user data across multiple requests

2012-08-20 Thread Vincent Massol
Hi, On Aug 20, 2012, at 7:23 AM, ray ye wrote: Question: how to save user data across multiple requests, we are trying to customize XWiki Enterprise VERSION 4.1.3 Tried: xcontext.put(key, value) , but doesn't work. it only saves data within the same request . I've just created the

Re: [xwiki-users] New wiki request

2012-08-20 Thread Vincent Massol
Hi Tom, On Aug 17, 2012, at 6:19 PM, Tom Rowley wrote: I am in information technology. I'm interested in learning more and experimenting with wiki in general and xwiki particularly. Please consider my request for xwiki community farm. Thank you. Sure we can help you but you need to read

Re: [xwiki-users] Question About Link Checker Module

2012-08-20 Thread Vincent Massol
Hi Kohinoor, On Aug 17, 2012, at 5:08 PM, Kohinoor Biswas wrote: Dear Friends, I am working on a xwiki deployment and one particular feature has me stumped. The Link Checker module. So I have activated it as per instructions, I am using xwiki4.2.1. The tab for broken links shows up on

Re: [xwiki-users] Question About Link Checker Module

2012-08-20 Thread Vincent Massol
On Aug 20, 2012, at 10:00 AM, Vincent Massol wrote: Hi Kohinoor, On Aug 17, 2012, at 5:08 PM, Kohinoor Biswas wrote: Dear Friends, I am working on a xwiki deployment and one particular feature has me stumped. The Link Checker module. So I have activated it as per instructions, I am

Re: [xwiki-users] WYSIWYG editor + Authentication server

2012-08-20 Thread Marius Dumitru Florea
What version of XWiki Enterprise are you using? My first guess is that http://jira.xwiki.org/browse/XWIKI-7565 is causing your problem. Hope this helps, Marius On Thu, Aug 16, 2012 at 1:13 PM, Sergio Carrasco sercar...@gmail.com wrote: Hi We have Xwiki installed in our servers, and we found

Re: [xwiki-users] Customization of XWiki Enterprise 4.1.3: how to save user data across multiple requests

2012-08-20 Thread ray ye
Thanks Vincent. I just found out $request (HttPServletRequest) is available in velocity script. From $request, we can get HttpSession to store session data. Regards, Ray On Mon, Aug 20, 2012 at 3:02 PM, Vincent Massol vinc...@massol.net wrote: Hi, On Aug 20, 2012, at 7:23 AM, ray ye

Re: [xwiki-users] Customization of XWiki Enterprise 4.1.3: how to save user data across multiple requests

2012-08-20 Thread Eugene Colesnicov
For Vincent Massol Ray Ye Can you present more detailed example about using $request (HttPServletRequest) especially in velocity scripts? On Mon, Aug 20, 2012 at 6:24 PM, ray ye ray...@ddaysoft.com wrote: Thanks Vincent. I just found out $request (HttPServletRequest) is available in

Re: [xwiki-users] Customization of XWiki Enterprise 4.1.3: how to save user data across multiple requests

2012-08-20 Thread Vincent Massol
Hi, On Aug 20, 2012, at 8:31 PM, Eugene Colesnicov wrote: For Vincent Massol Ray Ye Can you present more detailed example about using $request (HttPServletRequest) especially in velocity scripts? I've updated the page: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SavingData Hope it