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
Your question is quite vague, I recommend to get some introduction to portlet development as it seems to be about the basic understanding of the infrastructure/specification.
An attempt to answer your question by giving some pointers - apologies if they're also too vague:
of course this varies with the portlet framework that you're using - the methods mentioned above are from the underlying portlet specification (i.e. JSR-286)