I am making a change to a native Liferay portlet, that comes with Liferay Intallation. How can I change a function to my own implementation by a hook or similar approach?
Can you please explain in开发者_JAVA百科 lay terms to a beginner: What is the difference between : A portlet, A portlet label, A potlet page?For WebSphere Portal Server.
I\'m building a Portlet for a site powered by Liferay EE 6.0 SP1 that will suggest related or otherwise interesting content depending on what the user is currently looking at.
How can I make my portlet non instanceable accross the liferay instance. I have read about it in the forum but there was no mention of how t开发者_C百科o do it.You can specify a portlet as non instanc
The documentation here says: The framework will, on initialization of a DispatcherPortlet, look for a file named [portlet-name]-portlet.xml in the WEB-INF directory of
I use Liferay 5.2.3 on Tomcat 5.5. I added the tag <img alt=\"G.png\" src=\"<%= request.getContextPath() %>/images/G.png\">
I have a couple of questions regarding IBM Portal Portlets. I have just stumbled into the realm of Portlets - and as far as I am concerned was dropped into the deep end. Having to work on a IBM WebSp
I have a portlet that uses spring mvc and when the portal is in spanish and in the controller I try to use the messageSource.getMessage it returns latin characters as weird chars.
I\'m writing a JSR 286 portlet for IBM WebSphere Portal 6.1.I have the following code: @ProcessAction(name=\"processForm\")
I have a portlet which involves displaying several JSP pages. In first JSP page A, when I click the Submit button on Page A the processAction() method takes action and a JSP page B appears.