Visualização combinada Visão plana Exibição em árvore
Tópicos [ Anterior | Próximo ]
toggle
PortletFaces Community Member
Using PortletFaces Bridge with non-ICEFaces Components
19 de Março de 2012 13:13
Resposta

PortletFaces Community Member

Ranking: Regular Member

Mensagens: 201

Data de entrada: 2 de Abril de 2012

Mensagens recentes

I have a working portlet using Trinidad 2.0 components, running through the Apache MyFaces PortletBridge 3.0 and using MyFaces 2.0 as the JSF Implementation. The problem is that the chart itself does not display, and there are no error messages.

I took the portlet and turned it into a stand alone application and it worked fine, so the difference is clearly in making it a portlet in Liferay 6. Why am I posting this here? Because I'm wondering if PortletFaces Bridge would be a better choice. How tightly coupled is PortletFaces bridge to ICEFaces? Should I be able to use it with a Trinidad control?

It's entirely possible that my problem is simply that PortletBridge 3.0 is an Alpha version at this time, so if I want to stick with JSF 2.0 (Which I do) then I will need to use PortletFaces Bridge. I just hope I can get it to work with the Trinidad chart component.
Muhammad Sameer Ikram
RE: Using PortletFaces Bridge with non-ICEFaces Components
17 de Abril de 2012 07:09
Resposta

Muhammad Sameer Ikram

Ranking: New Member

Mensagens: 2

Data de entrada: 15 de Setembro de 2010

Mensagens recentes

attached here image of libraries list on JBoss 5 GA.
Anexo

Anexos: 4-17-2012 5-06-41 PM.png (58,4k)
Neil Griffin
RE: Using PortletFaces Bridge with non-ICEFaces Components
17 de Abril de 2012 08:17
Resposta

Neil Griffin

LIFERAY STAFF

Ranking: Liferay Legend

Mensagens: 1417

Data de entrada: 26 de Julho de 2005

Mensagens recentes

According to this blog post by Faisal Basra, this happens when the Mojara and MyFaces JARs are in your classpath.

From the PNG screenshot you provided, I would recommend removing the following JARs and then restarting your JBoss5 app server:
  • jsf-api-2.1.3-b02.jar
  • jsf-facelets.jar (this is old -- only applies for JSF 1.2 and not JSF 2.x)
  • jsf-impl-2.1.3-b02.jar
Muhammad Sameer Ikram
RE: Using PortletFaces Bridge with non-ICEFaces Components
29 de Maio de 2012 08:23
Resposta

Muhammad Sameer Ikram

Ranking: New Member

Mensagens: 1

Data de entrada: 2 de Fevereiro de 2011

Mensagens recentes

Thanks Neil, you are doing really great, appreciates you and your way towards JSF2.
Neil Griffin
RE: Using PortletFaces Bridge with non-ICEFaces Components
29 de Maio de 2012 08:38
Resposta

Neil Griffin

LIFERAY STAFF

Ranking: Liferay Legend

Mensagens: 1417

Data de entrada: 26 de Julho de 2005

Mensagens recentes

Thank you for the kind words. emoticon