My question is on Spring webmvc. I am using Spring 402.
The way to reference model-attributes in the HTML of my JSP/view is using the ${...}
notation.
But, what about the java code in my JSP? What are the ways available for the Java code in the JSP/view to access members or methods in its controller? Notice I am saying the Java code, not the Javascript code.