I have an Caused by: java.lang.ClassCastException: com.liferay.taglib.aui.FieldWrapperTag cannot be cast to javax.servlet.jsp.tagext.Tag
In portlets, I have a JSP page where I have declared a resourceURL and mapped it to a Java class which has an overriden serveResource method.
I have at the welcome page a weather portlet, and user can configure the portlet and select his city. Is it possible to store user information in the portlet preferences, so that every user has his on
Hi i have written a portlet which generates a report in pdf format but my requirement is to provide the download option for the user开发者_开发技巧 to download that pdf, i am using servlet to download
I have portlets, and I want to separate them on two groups by some static property. By static I mean this property is the same for all instances (so, it is not the same like portlet configuration as f
A oddity we tripped across when upgrading sites from Plone 3 to Plone 4: We define a number of custom portlets. One of these is a \"Jobs\" portlet which is a lightly customised News Portlet. This was
I have one portlet which has a commandLink. On the actionListner of commandLink I called the backingBean.
I\'m trying to create portlet in liferay with just only from a JSP file called view.jsp. What I need is:
I am trying to use richfaces 3.3.3 multiple fileupload functionality. I was successfull using it in JSF1.2 with apache tomcat server, but not able to implement it in portlets( in IBM WebSphere portal
I m new in Liferay portlet. Can any one tell me how I can show or hide a portlet based开发者_开发问答 on the event of another portlet. I want coding in ice:spaces only not any other way. If someone kn