portlet
How to replace a function on a Liferay native portlet
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?[详细]
2023-03-23 23:43 分类:问答Confusion in understanding portlet terms
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.[详细]
2023-03-22 06:43 分类:问答Linking to a Page that "contains" a specific Web Content Article in Liferay 6
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.[详细]
2023-03-22 05:38 分类:问答Make liferay portlet non instanceable
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[详细]
2023-03-21 07:53 分类:问答Get rid of *-portlet.xml using annotations. Possible? How?
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[详细]
2023-03-20 14:59 分类:问答UTFDataFormatException and ClassNotFoundException when adding an image to Liferay portlet
I use Liferay 5.2.3 on Tomcat 5.5. I added the tag <img alt=\"G.png\" src=\"<%= request.getContextPath() %>/images/G.png\">[详细]
2023-03-19 15:57 分类:问答IBM Portal Database and Authentication
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[详细]
2023-03-19 06:26 分类:问答Spring MVC messageSource spanish characters
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.[详细]
2023-03-16 22:58 分类:问答Distinguish between '<' and the encoded equivalent using PortletRequest.getParameter()
I\'m writing a JSR 286 portlet for IBM WebSphere Portal 6.1.I have the following code: @ProcessAction(name=\"processForm\")[详细]
2023-03-15 18:57 分类:问答after back button, portlet does not go in to processaction
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.[详细]
2023-03-15 10:28 分类:问答