I'm trying to create portlet in liferay with just only from a JSP file called view.jsp. What I need is:
When the portlet loads, I want to call custom Java class where I generate an array.
I need to pass that array to the
view.jsp.
How to do that?
I'm trying to create portlet in liferay with just only from a JSP file called view.jsp. What I need is:
When the portlet loads, I want to call custom Java class where I generate an array.
I need to pass that array to the view.jsp.
How to do that?