In liferay's tabs, liferays version is 6, element, how to control which tab to open, for example, if I go from one tab to another .jsp page, and return back, I need to be opened, the tab, from which I leave page?
In tabs element I use sections.
I started developing a portlet based application using WebSphere Portal and now I am switching my development environment to Liferay.
I am using the event system introduced with JSR-286 for inter-portlet communication, trying to avoid all non…
I'm making a ajax request with type:'DELETE' but somehow the request is not going inside the ServeResources(request,response) method (overridden from GenericPortlet class).
does anyone has an idea that why "Delete" and "Put" are not working with…
I would like to know whether or not it is possible to clear an exception out of the request when trying to hit the Render Phase after the Action Phase has thrown the exception.
If you look at this code snippet from the doRenderService method of…
I try to create portlet, which act as "web-service", only on client.
In other words:
Portlet wait, until somebody send to him several parameters (over http in exmple), and then perform some actions.
It is real or not?
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.
MessageSource def in application context:
I am not familiarize with Java, but I have a task to solve.
I have a JSR-286 portlet. There is a download.jspx with a button that should download a PDF file. The file is served from an API in byte[] array.
I've tried to save the file on the user…
I'm writing a JSR 286 portlet for IBM WebSphere Portal 6.1. I have the following code:
@ProcessAction(name="processForm")
public void processForm(ActionRequest request, ActionResponse response)
throws PortletException, IOException {
…
is there a way to access URL parameters in a Jetspeed2 Portlet/Portal?
like: www.bla.com/portal/page.psml?param=12345
I can only find some tools for liferay (PortalUtil.java) to access the httpservletrequest, but as far as i know there is no such…
I'm using JSR-286 + Struts 2.2.0 + PortletPlugin 2.2.0
I can't set name for file which user wants to download.
User can get file, but it's name is corrupted. Instead of "myImage.png" user gets "241883e9" or "241563a2".
If users renames downloaded…
Our project in WebSphere Portal 8.5 have a few portlets (JSR 286).
Portlet A for example contains pages with description of some goods, and tools for the editing this description.
And Portlet B contains tools for create orders for these goods (this…
I'm creating web-app using JSR286, Struts2 for portlets on WebSphere Portal 6.1.5
The problem is that I can't make work built in CookieInterceptor.
I've tried this in src/struts.xml:
We are evaluating using JSR-286 portlets for our next project. Users will be able to build an web app with our hosted service. Each user will get a webiste on our portlet server. One of our scenarios is:
The user places our "table portlet" one…