I have a method
public void X(HttpServletResponse response)
in my bean. I want to call that function in JSP using JSTL. How can I do that? I just have to call the function.It does not return any value.
I have a method
public void X(HttpServletResponse response)
in my bean. I want to call that function in JSP using JSTL. How can I do that? I just have to call the function.It does not return any value.