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 $request.getAttribute($name) ?
:blush:
Thank you
--
View this message in context:
http://n2.nabble.com/set-variables-on-request-tp4174575p4174575.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.