JSR 286 is the Java Portlet 2 specification.

learn more… | top users | synonyms

0
votes
1answer
16 views

How many Portlet Context objects are created for differnt portlets are configured in Single Portlet application

I am new to Portlet Application development, I am having one doubt regarding PortletContext object. If multiple portlets are configured in single portlet application then How many PortletContext ...
0
votes
1answer
19 views

RenderParameter vs RenderUrl in portlets

Is there any diffference between these two: This is w.r.t going from ActionPhase to RenderPhase. 1 PortletURL manageUrl = response.createRenderURL(); manageUrl.setParameter("action", "search"); 2 ...
0
votes
1answer
39 views

Spring portlet go to render phase from action phase

If in spring portlet controller, I have one methof annotated with @ActionMapping and another method annotated with @RenderMapping(params = "action=detail"), I see that to come from method #1 to method ...
0
votes
0answers
20 views

Why we need public render parameters in jsr286

I am trying to udnerstand the concept of public render paramter in jsr286 portlets. ...
0
votes
1answer
41 views

Is eventing the only way of inter portlet communication

I got the impression from reading articles on jsr286 eventing that the eventing feature enables portlets to communicate with one another if they belong to different .war files. I just want to confirm ...
0
votes
1answer
59 views

Browser back button issue in Spring JSR 286 Portlets

I have developed a web application using sprint portlets JSR 286 which displays data in the table format in web browser. Below given is the code used to call the controller from JSP file. ` ...
0
votes
1answer
109 views

Exception in the action url of liferay porlet

I have written portlet, before it work excellent, but now it begin to throw exception 16:20:04,592 ERROR [PortletRequestDispatcherImpl:137] javax.servlet.ServletException: PWC1243: Filter execution ...
0
votes
1answer
184 views

Alternative to Liferay/JSR 168 and 286 Portals?

My team has been writing a dashboard application using Node.js, Twitter Boostrap, Mongo DB, and Mule for an ESB. Recently an executive asked us to change our approach to a Portal/Portlet container ...
0
votes
1answer
118 views

Session identifier in Portal Application

I'm building several Portlets to deploy on a WebSphere Portal Server, and each Portlet is deployed in it's own WAR. Now, I'm needing to track every Portlet a user visits while it's logged on the ...
1
vote
2answers
130 views

View navigation between two different portlets?

I am working on a JSR 286 portlet using JSF 1.2 on WebSphere Portal 7. I have been trying to find a way to do navigation between two portlets on the same page. Essentially: Click a button on Portlet ...
0
votes
1answer
239 views

Clear render parameters on WebSphere Portal

I need WebSphere Portal to clear Render Parameters on page change. What's happening now -and it's a Navigational State feature of the product- is that the render parameters that I used in some URL's ...
1
vote
1answer
210 views

Basic form portlet jsr 286 v liferay 6.0

How to retrieve data from a form and to send it to a MySQL database via JDBC? Here's my procedure: main class: public class Dati extends MVCPortlet { public static Connection con() { ...
0
votes
0answers
44 views

Oracle Webcentre WSRP, ADF JSR286 commandbutton

I am developing a POC using the text mentioned in the subject. Im using JDveveloper to create and run the application. The producer application has 3 portlets and the consumer uses two of them. One to ...
1
vote
1answer
175 views

Liferay-Portlets in Drupal

We have some portlets which are JSR 286 complaint. We sell those portlets with a liferay-server to our customers. One customer asked if it's possible to use those with Drupal instead of Liferay. I ...
1
vote
1answer
82 views

ibm portlet 8.0 (JSR 286) device detection

I've been working on a IBM portal 8.0 and JSR 286. My requirement is to detect whether the request is coming from a PC Browser or Mobile or Tablet. I'm not using Web experience factory. It is just ...
0
votes
2answers
180 views

Portal URL from Portlet

Is it possible to get the Portal base URL (like http://www.thisismyportal.com) from a Portlet using Portlet 2.0 API? Right now I'm planning to manually build it concatenating ...
0
votes
1answer
113 views

sequence diagram request portlet

In detail, I would like to know if it is the right representation between the portal and the portal container.
0
votes
1answer
200 views

How to change the preferences so that each window displays something different?

I'm trying to override values of preferences, but nothing overrides. Does anyone know how to fix this? portlet.xml <?xml version="1.0" encoding="UTF-8"?> <portlet-app ...
0
votes
1answer
125 views

Editing response content on doView()

I have a simple JSR 286 Portlet that displays a user manual (pure HTML code, not JSP). Actually, my doView method, just contains this : public class UserManualPortlet extends GenericPortlet { ...
0
votes
1answer
168 views

How to configure custom error page in a JSF portlet

I have a JSF Portlet in a Portal page. I need to display a error page whenever an exception is thrown by any of the page bean methods. How can I do that? I tried the below configuration in web.xml ...
1
vote
2answers
487 views

How to create a portlet URL in JSF-Portlet

The goal is to create a URL to the Portlet with this code: ExternalContext ctx = FacesContext.getCurrentInstance().getExternalContext(); RenderResponse response = (RenderResponse)ctx.getResponse(); ...
0
votes
0answers
163 views

Portlet config mode example using spring mvc

I am new to websphere portal. I have been searching on google but couldn't find a clear example. I am looking for a simple example to implement config mode using spring mvc annotations. Help would be ...
1
vote
0answers
128 views

ajax call for apache fileupload in jsr 286

I am using apache fileupload in the form for portlets. I noticed that the class PortletFileUpload serves only action requests. I am using JSR286 and I want to call serveresource method whenever I ...
0
votes
1answer
292 views

migration of websphere portlet factory to liferay portal

Hey Hi, I am new to liferay.I am trying to migrate portlets developed in websphere 6.1(JSR 286) to liferay 6.1. For time being i have developed a portal(PA_test.war) displaying some text,which i ...
0
votes
1answer
783 views

Attach the uploaded file as an email

I am using the apache commons fileupload for uploading the file. I want to attach this file to an email. I don't want to write to temp file but I want to keep the data in memory and send it as an ...
0
votes
1answer
248 views

Display help icon to show portlet HELP MODE on Liferay

I'm trying to have a sample Liferay portlet that displays some dummy text under HELP MODE. In my portlet.xml file (relevant part) : <supports> <mime-type>text/html</mime-type> ...
0
votes
1answer
279 views

Xquery using XQJ JSR 225

I have the following java code. I am using XQJ to write a test XQuery program using XQJ api. I have downloaded JSR-000225 XQuery API for Java 1.0 Final Release, and added xqjapi.jar to my classpath. ...
1
vote
0answers
257 views

Sometimes, when working with Liferay Portal 6.1.1 I get an error page with next content

Sometimes, when working with Liferay Portal 6.1.1 I get an error page with next content can someone explain, how to resolve this problem? Content: The page cannot be displayed Explanation: The Web ...
0
votes
0answers
444 views

Multiple Portlets cause jsp submit form action failed(Portlet 286, Spring 3.1 Portlet MVC)

I have two portlets in one WAR-File. Websphere 7 is used to present the portlets. Problem: When one portlet is displayed in the websphere portel page everything look fine. I have JSP-File with a ...
0
votes
1answer
231 views

How to redirect portal view JSP to another JSP inside same WAR File on click of a link?

Hi i have a simple requirement but really confused to implement that. I have a portletvview.jsp and there's a link in that page. On click of that link i should open a pop-up page, which is my second ...
1
vote
0answers
136 views

Unit test using mockresourcerequest

I have a serveresource method which serves an ajax call. I am trying to write a unit test for this serverresource method using MockResourceRequest and MockResourceResponse. I would really need some ...
0
votes
0answers
108 views

Need help implmenting JMesa in JSR 286

I am newbie and have been trying to figure out how to implement JMesa API in JSR 286 Websphere portlets. I have gone through the example in the googlecode but it is very confusing for me to ...
0
votes
1answer
98 views

Is there a provision for using concurrent background processes in JSR 286 portlet containers like Liferay?

I need to write a portlet for Liferay 6.1 (Tomcat 7) which requires some background threads for efficiency and completeness. The portlet app needs to regularly poll for information from an external ...
0
votes
1answer
485 views

How in liferay's tabs element control which tab to open

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 ...
4
votes
2answers
1k views

What makes a portlet JSR-286 compliant?

Does anyone have a link to a concise summary of what makes a portlet "JSR-286 compliant" vs being only "JSR-168 compliant". I've got a copy of the spec and that's anything but concise so linking the ...
0
votes
1answer
349 views

Portlet: form that submits to either an action or directly a render phase?

In a Portlet project (which uses spring 3.1) Consider the following form: <portlet:actionURL var="actionUrl" /> <portlet:renderURL var="renderUrl" /> <form action="${actionUrl}" ...
0
votes
3answers
1k views

Using JSR-268 IPC for portlets on different pages in Liferay

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 ...
0
votes
1answer
241 views

http PUT and DELETE using JSR 286 serveResource()

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 ...
0
votes
1answer
237 views

Spring Portal MVC Clear Action Exception going to Render Phase

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 ...
0
votes
0answers
114 views

Portlet client-side service

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. ...
0
votes
2answers
782 views

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. MessageSource def ...
0
votes
1answer
154 views

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") public void processForm(ActionRequest request, ActionResponse response) ...
3
votes
1answer
313 views

user profile info

I am trying to fetch user info in my portlet (JSR 286 portlet deployed in JBoss GateIn) like Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO); but I get nothing back. My ...
1
vote
2answers
128 views

isn't JSR 286 (portlets) already finalized?

isn't JSR 286 (portlets) already finalized? However when I download it, the first page writes send comments about this document to: jsr-286-comments@jcp.org so my question is is jsr 286 finalized or ...
1
vote
1answer
402 views

SSO Between Websphere Portal and .NET Application

What's the best way to configure SSO between a WebSphere Portal Portlet and a .NET application? We are using WebSphere Portal 6.1.5 and the portlet should just redirect to the .NET application, but ...
0
votes
1answer
610 views

How to start portlet developmen on Liferay 6? [closed]

Suppose, i have a table name Student. I want to develop a portlet Student to edit, add and delete on this table on liferay 6. Can't anybody help me to develop this portlet or give me code of the same ...
0
votes
1answer
621 views

Webflow, JSF, Primefaces: Why is this List empty?

I have four lists in my webflow, which I load from my service layer. They look like this one: <evaluate expression="partyService.getPostalAddresses()" result="viewScope.uiPostalAddresses" ...
0
votes
1answer
87 views

Design a program that would read a number and the base of the number system and print [closed]

Design a program that would read a number and the base of the number system and print the equivalent decimal value. Assume that the base of the number system is always 10 or less. That is, all the ...
0
votes
2answers
518 views

Accessing URL Parameters in a JSR 286 Portlet?

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 ...
1
vote
1answer
446 views

Using GWT as a replacement for JSR-286 and Inter Portlet communication

I would like to implement or mimic the behaviour of the Portlet JSR286 spec and the Interportlet Communication feature using GWT only (without Google Gadget). Here is my use case: -I have a GWT ...

1 2