portlet

How to hide my url params?

I've got several Portlets with some links in them, all I want is to hide the URL params. So I thought it would be easy to include some jQuery code, which builds a form for each and binds a click event on it to submit the form. This does not work. The action request isn't hit for some reason. Does anyone have a different suggestion for...

How to get the browser/client time when the page loads in portlet

Hi, How can i get the browser/client time when the page loads in portlet. I need to do an algorithm based on the clients time zone, What it means is that during the render phase of the portlet I need to get the time zone of the browser. Is it possible, if so how ? Any Help is greatly appreciated. Thanks, Micheal ...

SimpleFormController help

Hi, I am very new to Spring and I have been given some basic instructions to move some code into a new project that uses Spring and I am having trouble with the SimpleFormController (which I was instructed to user). I have a page and when it loads it has a drop down with data populated from the DB. A list of "messages" is retrieved fr...

Errors running Coldfusion 9 under Liferay 5.2 to serve portlets

So this all began in trying to get Coldfusion9 portlets to run under Liferay, just like examples that I've seen running JBOSS: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSC00E3E9C-DC24-4488-930D-AEED19172CC5.html I followed those steps, but my application server would be TomCat 5.5 (bundled w Liferay 5.2.3). I wanted to cre...

spring portlet MVC and request params

Hi, Im setting a number of params in a URL (page.jsp?param1=value&param2=value2). When the url is requested it passes control to a Controller class, extending AbstractConrtoller , which overrides handleRenderRequestInternal to do my logic. Inside here i try to retrieve the request attributes using request.getAttribute and getParameter ...

Spring workflow of HandleRenderedRequestInternal and OnSubmitAction

In my portlet application I have a spring SimpleFormController with a HandleRenderedRequestInternal method that is called when the page loads. On submitting a form I want the OnSubmitAction to be called and then the HandleRenderedRequestInternal to be called. Is this possible? At the moment when I submit a form it is going into handle...

Portletfilter to change locale?

Hello there, the ServletResponse provides a setLocale() method to modify the locale of a response which is not commited yet. The PortletResponse doesn't provide such a method, only getLocale() - is there any other way to change the locale of a portlet request/response? ...

Nested Portlet Serialization

Does anyone have a link to a good tutorial on nesting portlets and serializing the data? i am trying to create a jQuery drag and drop tool where users can manage fleet -> country -> port data. For example the second fleet consists of X countries and those countries have X ports inside of them. I have the drag and drop functionality wo...

Using php web site as a portlet in JSR 168/268 portlet container [in Oracle BEA Weblogic server]

Hi Friends, I have an existing PHP website which use considerable amount of jquery and ajax. Now our client need to integrate it as an portlet in a Oracle BEA Weblogic server and their prefered specification is JSR168. I'm completely new to java portlets and so I have few questions regarding portlet. 1. Can we integrate PHP website ( whi...

Accessing FacesContext in Util jar from multiple portlets

We have several JSF portlets running in a websphere portal environment. A developer wants to create a Utility jar which would live in the shared library, so all portlets could access it. In this jar he wants a faces utility class which would have a static method; this method would access the current FacesContext instance and return that ...

problem completing renderResponse phase after redirecting to a servlet from a JSF page in portal environment

I have a commandLink in a JSF page in a portal environment. On clicking it, I redirect to a servlet (by calling facesContext.getExternalcontext().sendRedirect(//Servlet URL//)). the servlet is created for downloading an excel file from the server. A Save As File dialog opens up with the JSF Portal page in the background. This works f...

JSF, Icefaces, Portlets and Requestparameter

Hi there, I'm trying ton include some JSF into my webapp. For the components lib I've choosed ICEFaces, now I'm facing a problem: ICEFaces doesn't trigger the processAction method which is required to get requestparameters. In my other "normal" portlets I can do - in JBoss Portal - e.g. /portal/dashboard/hellpPortlet_Window?action=1&...

Please discuss what are and why use portlets

Why would I want to use java portlets above tomcat and gwt? Would portlets make it less- or un- necessary for me to use jsp and jsf? Has Jboss been part of the portlet evolution culture? Does Jboss satisfy the portlet jsrs? What portlet implementation/brand would run on gae java and gae python? Are portlet specs due to peer pressure fro...

Portlet temporaily unavailable message for Alfresco portlet in Liferay

Hello, I followed the steps on http://www.liferay.com/web/jonas.yuan/blog/-/blogs/integrating-alfresco-web-client-as-a-set-of-portlets-with-liferay to integrate alfresco as a portlet in Liferay 5.2.3. I am able to add the Alfresco portlet to my Liferay page, but it shows the message "Portlet is temporarily unavailable" Any way to fix th...

Portlet Data sharing using liferay and icefaces

Am using liferay 1.8.2 and liferay 5.2. I have many portlets in differnt war files and I tried the examples in the liferay docs as to how to share data between differnet portlets across multiple wars with no succcess. 1) With sesssion sharing , I was not able to get the data from the first portlet to the second portlet, even thou the d...

Jetspeed 2.2 Nest or render one portlet inside another

I have a requirement to build an extensible wizard in a portlet. This wizard will list components that are installed and forward the user to a sub-wizard that is component specific. The requirement is that the components are to be developed by other people and dynamically plugged into this wizard (Jetspeed reboot is okay). I would like...

How to pass and get URL parameters in IBM Webpshere Portal 6.1 JSF Portlets?

Hi Guys, I have a simple HTML page which contains a form with GET method, whose action is a portal page containing a JSF portlet.I need to access the parametrs passed in to the portal page in my portlet? How can I achieve this? I have tried to access the parameter "code" on the view page using following code but the value comes up as n...

How do I programatically make a Liferay Portlet go into Full Screen Mode

I'm sure it's an easy thing, but I can't find it anywhere. How do I programatically make a portlet inside of Liferay go into Full Screen Mode. eg: the equivalent of clicking on the maximise button, but in code rather than having to make the user manually click that button. ...

It it possible to read a page request parameter from portlet?

It is posible for a portlet to read a request parameter of its surrounding page? E.g. the URL of the page the portlet resides in is http://example.com/mypage?foo=bar Is it possible to read the "foo" parameter from a portlet that is on that page? Portlet Container is Liferay 5.2.5. ...

spring 3.0 and JSRI68 support

Hi, can anyone tell me if JSR168 is supported by Spring 3.0? I'm running into difficulties but cant find anywhere in the Spring documentation that says you have to move to Portlet2 spec thanks ...