How can I access to some object methods using JSTL?
Let's suppose that my object is an instance of a Person class, and I have getName()
method which I want to call inside a JSP page using JSTL.
How can I access to some object methods using JSTL?
Let's suppose that my object is an instance of a Person class, and I have getName()
method which I want to call inside a JSP page using JSTL.