liferay

How to disable Liferay portlet cache?

I am developing a portlet for Liferay Portal. I have disabled CSS and JavaScript caching by using these codes in portal-developer.properties file: theme.css.fast.load=false theme.images.fast.load=false javascript.fast.load=false javascript.log.enabled=true layout.template.cache.enabled=false last.modified.check=false velocity.engine.r...

Possible to create JSR 286 portlet using Coldfusion?

I was just thinking this morning, since ColdFusion is essentially built on JAVA, is it possible to create JSR 286 portlets using coldfusion? A search revealed that it might be possible, but I cannot find any material on this? Reason I ask is because I would love to be able to create Liferay compatible portlets with ColdFusion, as I am ...

how to delete liferay's theme cache files?

hi all, i have developed a theme for liferay and i have deployed it. but when i choose the theme it doesnt recognize it's styles and it is reading styles from previous theme caches. how can i delete previous theme style caches? ...

Starting with Liferay and a bit overwhelmed with how to begin

Hello I would like to start developing a lifeRay theme and am a little bit lost! I am a Mac user and i have installed liferay and also Xcode but i am not clear how to begin. I have downloaded the SDK for liferay but i do not understand how to install it or use it for that matter, so questions: Is Xcode an appropriate development envir...

how to use liferay's Nested Portlet inside my own portlets?

hi all, i am developing a portlet for liferay. i need to include liferay's Nested Portlet in my own portlet. is it possible? ps: i am new to liferay. please answer with detail description. ;) ...

How can I determine Objects in application context?

I am trying to write a portlet for Liferay (using Tomcat and Spring) and need to use a database via Persistence API/Hibernate. I am using some configuration XMLs (applicationContext.xml, etc.) and annotations to realize that. e.g. @Component @Scope("application") public class SomeForm { @PersistenceContext EntityManager entityManager...

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...

ICEFaces + Liferay : how to set value for public-render-parameter

Hi, ICEFaces + Liferay : I created two war file firstApp.war and secondApp.war file and deployed on liferay. I want to implement, when I click submit button on firstApp.war application’s page , firstAppBacking bean should set some value in public-render-parameter so that I can get that value in secondApp.war application something lik...

Liferay + google openid HOW?

Is there someone who knows how to use Liferay 5.2.3 the most up2date free version of liferay with google openid ? I've try to use the http://www.google.com/accounts/o8/id url but it doesnt work. For example with www.myopenid.com it works without problems. After trying with http://www.google.com/accounts/o8/id I was forwarded to google s...

Error getting SVN repo of Liferay in Eclipse

Hello, Im using Eclipse Galileo and have installed Subclipse. I looked at the svn repo url at http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn and then tried to get Liferay from their SVN repository in Eclipse, using svn://svn.liferay.com/repos/public --username guest,but i get the followin...

Error in Fast Deply of Liferay in Ext

Hello, I am able to run the Liferay portal from the tomcat bundle, but im now trying to run it after building the source code of the portal which i checked out in Eclipse(Galileo).The build completed successfully.Also,the Ext build completed successfully. I am now trying to do a Fast Deploy in Ext. To do that i dragged build.xml from ex...

Add html content to a page in Liferay

Hello, Im new to Liferay . I have downloaded the Liferay Tomcat bundle v5.2.3 Community Edition from the Liferay website. I am able to run it successfully. I am now trying to create an intranet portal for our company using Liferay . I created an Organization in Liferay and added some pages and child pages to it. How to add content to a ...

Newbie Question about Web Content Display and Templates

Hello, Im using Liferay Portal v5.2.3 Community Edition. I have the following two questions which i hope someone would be kind enough to answer. 1.) I want to add some content to the About Us Page of my intranet portal. I added Web Content Display portlet, and maximized the screen after adding content. But accessing the portal, it alwa...

Someone please help me with this Web Content Display problem in Liferay..im stuck !

Hello, Any way to make the web content appear maximized by default instead of minimized ?.Im using Liferay v5.2.3 Community Edition. Please Help. Thank You ...

Liferay request current page name

What is the smartest way to get current page name where request came from? By page I mean the real page name that contains current portlet. ...

Getting SEVERE Error:filterStart when trying to deploy ext. Please help.

Hello, Im trying to setup the ext environment for Liferay v5.1. I have downloaded the source code which is liferay-portal-src-5.1.2. And,im using the Liferay Tomcat bundle liferay-portal-tomcat-6.0-5.1.2. I get the error "SEVERE Error:filterStart" when i run the startup command in the tomcat folder of my liferay tomcat bundle. For your...

liferay on slicehost

Could anyone provide the steps to install latest version of liferay on slicehost ubuntu server? ...

struts2 portlet with spring on liferay problem

i tried to integrate struts2 portlet with spring into liferay portlet container but i failed to create action of struts with spring first i use struts 2 spring plugin and create the action into spring config file like <bean id="helloStruts2Portlet2" class="com.portlet.struts.HelloStruts2Portlet"><property name="title" value="Software E...

Intergating Liferay and Alfresco

Hello, Im using Liferay version 5.2.3 and Alfresco Community Edition.I want to integrate Alfresco with Liferay . I want to show Alfresco as a portlet within Liferay. Can someone please tell me how to go about doing this ? Thank You ...

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...