Hi.

How can I access the web request attributes in the JSP with EL ?


The model code is this:

Code:
return new ModelAndView(getSuccessView())
		.addObject(current)
		.addObject(info);
What about when I use maps as the model object?

Any eventual web resource about that ?

Thanks!