|
Hey all,
I am trying to understand how JavaBeans
and JSP work together. I created a bean that has several properties
with the necessary getters and setters, and several methods. I know how to
instantiate the bean with the jsp:useBean tag and also how to set and get the
properties, but how do I execute methods and process the results?
Scriptlets?
Thanks,
Bill
|