This is for a class. After searching through many forums, I know that this isn't "ideal", but it is the assignment.
That said, I'm trying to pass an array from
JSP to a
Java Bean. When I call the Java Bean method from my JSP, the error it throws says "Cannot make a static reference to the non-static method setItems(
String[]) from the type CatalogPage" (and another error for the title).
I understand that something has to be added to the java in order to accept the static info from the JSP, I'm just stuck on exactly how to do that. Any/all help is appreciated!
PhonePage.jsp
CatalogPage.java: