How can I call a bean method in JSP without using scriplets such as <% myBean.method() %>?
I have created my application in JSP. I know it is possible using JSF, but I don't want to create a new project.
Is it possible to use JSP or JSTL to solve this problem and call a bean method?