retract the question. Figured it out elsewhere.
Had an incorrect path in the jsp:useBean and you need to store the bean as a request/session attribute before calling the jsp. i.e. request.setAttribute("clusterBean", clusterBean);
Hi,
I am trying to pass a javabean class from the Java portlet file into the jsp file. Basically what is happening is that I want to set various cluster values in the JavaBean when the portlet is initialized in my portlet code and then have the jsp file retrieve those values and display them...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.