Re: Add a map to HttpRequest attributes

2011-01-20 Thread Dave Evans
Osorio > > -Mensaje original- > De: Dave Evans [mailto:dsevan...@gmail.com] > Enviado el: Wednesday, January 19, 2011 4:21 PM > Para: Struts Users Mailing List > Asunto: Add a map to HttpRequest attributes > > Hello, > > I have a business layer method that retu

RE: Add a map to HttpRequest attributes

2011-01-19 Thread Alfredo Manuel Osorio Martinez
lue()); } Alfredo Osorio -Mensaje original- De: Dave Evans [mailto:dsevan...@gmail.com] Enviado el: Wednesday, January 19, 2011 4:21 PM Para: Struts Users Mailing List Asunto: Add a map to HttpRequest attributes Hello, I have a business layer method that returns a map of objects. I would l

Add a map to HttpRequest attributes

2011-01-19 Thread Dave Evans
Hello, I have a business layer method that returns a map of objects. I would like to put all of the keys and values of this map into the request attribute map, like this: HttpRequest.putAll(map); This of course doesn't work, as the request isn't a map and the attributes map isn't available as a ma