Hi,

We are using roller 4 and we have created a filter that process every roller 
request. In the filter, we wanna inject a velocity object to the velocity 
context and read it from the templates. We have trying to set the attribute in 
the session like:

     request.getSession().setAttribute('name', object);

 In the template we try to get the attribute like:

     
#set($name=$request.getHttpServletRequest().getSession().getAttribute('name'))

but this doesn't work.
        
Thanks for any advice!
_________________________________________________________________
MSN Video. 
http://video.msn.com/?mkt=es-es

Reply via email to