[xwiki-users] set variables on request

2009-12-16 Thread Bubulina
Hello, I know that i can get value from a request like this: #set($name= $request.getParameter('name')) Now, shouldn't i be able to put variables on request so i can use in the html page? something like this: #set($var = $request.setAttribute($name)) and in the html page to use

Re: [xwiki-users] set variables on request

2009-12-16 Thread Anca Luca
Hi Bubulina, On 12/16/2009 11:40 AM, Bubulina wrote: Hello, I know that i can get value from a request like this: #set($name= $request.getParameter('name')) Now, shouldn't i be able to put variables on request so i can use in the html page? something like this: #set($var =

Re: [xwiki-users] set variables on request

2009-12-16 Thread Bubulina
just setting the var on request and reading it afterwards. it worked. thank you lucaa wrote: Hi Bubulina, On 12/16/2009 11:40 AM, Bubulina wrote: Hello, I know that i can get value from a request like this: #set($name= $request.getParameter('name')) Now, shouldn't i be able to put