Hi.
How can I access the web request attributes in the JSP with EL ?
The model code is this:
What about when I use maps as the model object?Code:return new ModelAndView(getSuccessView()) .addObject(current) .addObject(info);
Any eventual web resource about that ?
Thanks!


Reply With Quote