Hi,
I got the following issue:
Some time ago (where portletfaces bridge 2.0.1 was still alive) i managed to run JBoss Portal 2.7.2 (for a lot of workflow reasons we cant migrate to other in near future) in combination with JSF2 and PrimeFaces3. So far - so good.
However some other serious issues are the reason why i am trying to move to Liferay faces bridge, because it contains some bugfixes and features which i need. (like the already-working file upload handling)
With portletfaces bridge the primefaces resources were correctly loaded:
1
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<link type="text/css" rel="stylesheet" href="/???????????????????????????????PortletWindow?ln=primefaces-aristo&action=b&cacheability=PAGE&javax.faces.resource=theme.css" />
5<link type="text/css" rel="stylesheet" href="/????????????????????????????????????????????ln=primefaces&action=b&cacheability=PAGE&javax.faces.resource=primefaces.css" />
6<form id=
However after changing to liferay bridge 3.1.0-ga1 nothing is attached to the head:
1
2<html xmlns="http://www.w3.org/1999/xhtml"> ???MISSING resources
3<form id= and normally goes on...
Do you have any advice how i could fix this issue, or at least a workaround. Im now externally including the primefaces resources via script and style tags. However for the Images it gets nasty.
Thanks
Por favor, faça login para denunciar.