portlet « IceFaces « JSF Q&A





1. JSF, Icefaces, Portlets and Requestparameter    stackoverflow.com

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

2. Portlet Data sharing using liferay and icefaces    stackoverflow.com

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

3. Liferay error page if at least one portlet is unavailable    stackoverflow.com

I'm trying to setup a custom error page in Liferay portal if at least one portlet fails. The portal always forwards to portlet_error.jsp and display a red zone in the portlet position. How ...

4. how to navigate through icefaces jsp portlet pages?    stackoverflow.com

I'm trying to navigate through pages in icefaces portlet(Liferay) but I can't get it to work.

<navigation-rule>
<from-view-id>/AdmissionApplication/Application.iface</from-view-id>
<navigation-case>
<from-outcome>y</from-outcome>
<to-view-id>/StudentPage/StudentMainPage.iface</to-view-id>
</navigation-case>
</navigation-rule> 
and here is the button action
public String button1_action() {
//return null means stay on the same ...

5. How to Hide/view the portlets in liferay Portal?    stackoverflow.com

I m developing portlets on liferay portal using icefaces, i want to hide/view the portlet programmaticaly from an action written in my managed bean. so please help me ASAP? Thanks in advance... ...

6. What is this software style called?    stackoverflow.com

It's a new app I want to build, but I would like some ideas, tips or information etc. it's a web app with icefaces which people can generate their own dynamic ...

7. Obtain container ID for Liferay/ICEFaces portlets    stackoverflow.com

I am working on a Liferay/ICEFaces-based application. I need to determine, from the view bean, the HTML ID of the portlet container, full with all the namespace prefixes that ICEFaces prepends. How can ...

8. show and hide a portlet on link click of another portlet    stackoverflow.com

I have three portlet say "portletA", "portletB" and "portletC". "portletA" display on left side and it having two link say "linkB" and "linkC". Now the only thing I have to is ...

9. IceFaces javascript won't works in a liferay portlet    stackoverflow.com

I deployed an application (made with ice faces 1.8) that works on Liferay5 in a weblogic into a Liferay6 with tomcat. The application and everything seems good....the only thing that won't ...





10. Set help balloon text (portlet description) in custom Liferay control panel portlet    stackoverflow.com

I have developed a custom Liferay portlet that appears in the control panel. The existing (Liferay-supplied) portlets all include a nice help balloon and help icon in the Portlet title bar. ...

11. Visual Web Editor icefaces portlets    forums.netbeans.org

View previous topic :: View next topic Author Message Nikolas Nikou Posted via mailing list. Posted: Tue May 11, 2010 5:26 am Post subject: Visual Web ...

14. Portlet Data sharing using liferay and icefaces    coderanch.com

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

15. Best practice. Facelets, Portlets ????    icefaces.org

IDEs tend to be a matter of personal preference so I won't comment on that. I think you'll fine supporters and detractors no matter which one you pick. As for Facelets, we highly recommend using Facelets over JSP if you have the option to choose as it's both more flexible and more efficient.

16. location portlet sample in Jboss-Portal-2.7.1    icefaces.org

The log output is normal so there's no issue there. The location example has three portlets that work together so you should put all three portlets on a portal page. Once is a city search portlet that uses the autocomplete component to find a city. Once you start typing, a list of matches should drop down. Once you select a city, ...





17. Understand Server Initiated Rendering with Portlets in LifeRay    icefaces.org

Dear Community, i want to use Server Initiated Rendering in Portlet. I tried a lot of Classes to do this but it wont works. First i tried to use the SessionRenderer, but it istn there in the Facelets Libary of IceFaces. Next i found a example in the Sources of IceFaces. But the Problem. Its hard to understand. I know there ...

18. Ajax Push, Portlets, Seam    icefaces.org

19. Portlet styling    icefaces.org

20. Open portlet on specific page    icefaces.org

21. icefaces liferay portlet error    icefaces.org

22. Portlet refresh view of portlet on same page and restrict it only on those portlets    icefaces.org

Hello, I have two portlets using Icefaces 1.8.2. I have got it working so that portlet A refreshes portlet B view. The problem is that it is refreshing the view of all the portlet B's everywhere they are being used in the Liferay Portal 6.0.5. I am using SessionRenderer to set attributes on application scope and then rendering them by group ...

23. Duplicate component ID when trying to deploy portlet in liferay 4.3.0RC1    icefaces.org

phil24 Joined: 08/02/2007 00:00:00 Messages: 46 Offline Hi I'm encountering always a "Duplicate component ID" Error when trying to deploy my app in liferay. The application is deployed properly but when I press a button or click on a tab the error occurs. I need to push the browsers reload button to go back to my app which is then rendered ...

24. Inter-portlet drag and drop    icefaces.org

Hi, When you drag a component from one portlet to another, the target drag value is always null. I've managed to find the cause of the issue and it seems that the DnDCache instance is kept at portlet level, hence making impossible to access the drag value from the target portlet because we are currently in the thread of the source ...

25. Ice faces command link and styles from within a portlet    icefaces.org

Hi, My application uses Icefaces 1.3.2 and i am currently facing three issues: 1. I have a search page and i have "Search" as a commandLink. The user enters some values and he hits the enter key to search. This is where i have a problem. On click of enter the application does not call the enter. It woks if i ...

29. Liferay Portlet    icefaces.org

30. Ajax Push for portlet    icefaces.org

33. Solved: Portlet Session deadlock (w/ IceFaces 1.7.2 & Proxy Error)    liferay.com

Hi, We just spent some time digging through a nice deadlock that occurs on session invalidation when attempting to log in a user simultaneously from two browsers in Liferay 4.4.1 (we have that feature disabled). We were getting deadlocks quite frequently (several times a day on our QA server with the 1.7.2 IceFaces release, and while tracking it down found some ...

34. sample-icefaces-ipc-ajax-push-portlet broken in 5.2    liferay.com

I would like to know if anyone has same experience. Very recently I built liferay in Linux from trunk and my Icefaces portlet doesn't work properly. To make sure I deployed sample-icefaces-ipc-ajax-push-portlet, I got same error. It is easy to reproduce. After build liferay, deploy Icefaces portlet. In Firefox open Error Console, open the page that has the Icefaces portlet and ...

38. portlet actions with ICEfaces    liferay.com

40. IceFaces portlets - unexpected bean multiplication    liferay.com

Hi, Pre-requisites: - Deploy the attached sample-icefaces-ipc-ajax-push-portlet, which includes some extra logging - Place the CustomerList and Bookings portlets on the web/guest/home page Steps: 1. Stop and restart the portal server -> At this point the following logs are written: 11:23:54,156 ERROR [CustomerListModel:60] CustomerListModel:ctor 1052687 11:23:54,171 ERROR [CustomerListModel:133] CustomerListModel:getSelected 1052687 11:23:54,171 ERROR [CustomerListModel:133] CustomerListModel:getSelected 1052687 11:23:54,250 ERROR [CustomerListModel:60] CustomerListModel:ctor 18619615 11:23:54,250 ...

41. ICEFaces Ignoring portlets.xmls?    liferay.com

43. Liferay portlet icefaces 1.8 problem    liferay.com

44. ICEFaces portlet + Liferay + Tomcat    liferay.com

The error is very uninformative... but I'm going to make a wild guess... You wrote a jsp/jspx/xhtml that references a bean method that doesn't exist... Maybe? Just to rule out anything like that, try making your view jsp/jspx/xhtml as simple as possible, perhaps just an output text with no references to beans just yet. I'm just making a wild guess really, ...

45. Example ICEfaces tree view portlet?    liferay.com

46. Example ICEfaces tree view portlet?    liferay.com

47. Example ICEfaces tree view portlet?    liferay.com

48. ICEFaces Portlet Problem    liferay.com

ICEFaces Portlet Problem January 30, 2008 4:33 AM Answer Dmitriy Fundak Rank: New Member Posts: 5 Join Date: January 30, 2008 Recent Posts HI I'm newbie to ICEFaces and Liferay. I'm trying to migrate my JSF Application to ICEFaces and then to Portlet. At first I have migrated my application to ICEFaces code looks like this:

49. icefaces portlet    liferay.com

I'm using ICEfaces 1.8.2 with Liferay 5.2.3 for portlet development. I have a portlet using the ice:selectInputDate component. I haven't tried a lot of things with it but it's worked well for what I'm using it for. I referred to the component showcase for examples of using the component. I found the component showcase to be a great help in learning ...

50. Deploy Icefaces portlet to liferay portal returns page not found exception    liferay.com

Deploy Icefaces portlet to liferay portal returns page not found exception February 4, 2008 12:35 AM Answer Maxi Ng Rank: Junior Member Posts: 50 Join Date: January 7, 2008 Recent Posts ProcessApprove.iface is the first page of my portlet defined in portlet.xml. The portlet deploy with no exception. The following exception occurs when I "add application" in liferay. It keeps showing ...

55. How to share the session between two ICEfaces portlets? I need your help    liferay.com

How to share the session between two ICEfaces portlets? I need your help May 9, 2011 2:01 AM Answer Andrea Nobili Rank: New Member Posts: 9 Join Date: March 7, 2011 Recent Posts Hello, I have to share the session between two portlets developed using ICEfaces. I'm trying to make a basic example that behaves like this: I have 2 different ...

58. Portlets randomly in session expired - IceFaces 1.8.2 - Liferay 5.2.3    liferay.com

Hi I have a big problem with Liferay 5.2.3 and IceFaces 1.8.2: I have 5 portlets developed with IceFaces 1.8.2 in Liferay. Randomly one or more portlets ho in Session Timeout. My portletes are deplyed as separate WAR archive and have a PRIVATE SESSION. IPC was implemented via Liferay.trigger and Liferay.binding ajax function. In tomcat server.xml i have setted empty-session-path = ...