Log in to follow, share, and participate in this community.
Thread [PortletBridge 3.2.1.Final] How to shorten generated id?
[PortletBridge 3.2.1.Final] How to shorten generated id?Hello, I am using PortletBridge 3.2.1.Final with Richfaces 4.3.2.Final and I encounter some performance issues. It appears that javax.faces.context.PartialResponseWriter takes a long time when invoking writeAt...
Portlet Bridge 3.3.0.Beta1 releasedWe're pleased to announce that 3.3.0.Beta1 of Portlet Bridge is now available! Release Highlights Links to Script resources returned in an Ajax partial response no longer convert & into a html entity, enabl...
Default locale problemHello, in my portlet I have two localisations: en, cs. But I have got problem with default locale. faces-config.xml ...
<application>
<resour...
Portlet Bridge 3.3.0.Alpha3 ReleasedWe're pleased to announce that 3.3.0.Alpha3 of Portlet Bridge is now available! Release Highlights Switched Arquillian Drone from using HtmlUnit to PhantomJS and GhostDriver Updated Mojarra to latest versions ...
Portlet Bridge 3.3.0.Alpha1 ReleasedWe're pleased to announce that 3.3.0.Alpha1 of Portlet Bridge is now available! Release Highlights Support for JSF 2.2 with Mojarra. The same Portlet Bridge implementation can now be used with JSF 2.1 or 2.2! ...
Thread Is there a way to include the just the PB richfaces extension?
Is there a way to include the just the PB richfaces extension?Hi, When I upgraded to GateIn-3.6.0.Final, I noticed that it comes installed with the PB-3.2.1.Final, which is what we want to use. So I changed this line in our web.xml to false and did not copy the pg jars into our...
Thread Where to download jars for PortletBridge 3.2.1.Final?
Where to download jars for PortletBridge 3.2.1.Final?Hi, We are upgrading to GateIn-3.6.0.Final, and I noticed it has PB 3.2.1.Final in it. We usualy compile some of our code against the PB jars. I was wondering where we could download the three jars for PB 3.2...
Thread RichFaces 4, WAS 8, WAS Portal, wsrp and templates usage/
RichFaces 4, WAS 8, WAS Portal, wsrp and templates usage/Hi all! I'm trying to use JBoss RichFaces(4.2.3.Final) and Jboss Portlet Bridge (3.2.0.Final) in Websphere Portal 8 by wsrp , but i get this error: 0000001a application E ...
Thread PortletBridge 3.2.0.Final, Webshere 8.0 - IPC by wsrp
PortletBridge 3.2.0.Final, Webshere 8.0 - IPC by wsrpHi all! Anybody worked in this environments? I'll tried create simple apps by https://docs.jboss.org/author/display/PBR/JSF+Portlet+Development And events and PRP not worked I debugged my implementa...
Using CDI with JSF PortletsWith the release of the CDI portlet integration library, we can now take advantage of the vast benefits to using CDI with JSF inside our portlets with the Portlet Bridge! How to use it? In addition to the usual Portle...
Thread p:fileDownload is not supported in portlet bridge
p:fileDownload is not supported in portlet bridgeI tried to use PrimeFaces <p:fileDownload and got the following error. Is there any plan to support this? Caused by: java.lang.UnsupportedOperationException at ja...
Portlet specific CDI scopesI know that as of Portlet Bridge 3.2 there is support for CDI scopes with certain caveats: https://docs.jboss.org/author/display/PBR/Request+Scope I was under the impression that there was active devel...
popupPanel with tabPanel render problemHello. I have a problem with tabPanel in popupPanel: after render tabs not changed via ajax. Here example: <a4j:commandButton
value="show"
execute="@this...
Navigation problem with PB 3.2 FinalHi everyone! I use the JSF 2.1 application as a portlet-modeule of Apache Pluto container. Also I use jboss portlet bridge 3.2 final. I declared needed settings in portlet.xml: <portlet> ...
Thread ClassCastException when using Flash scope and Ajax
ClassCastException when using Flash scope and AjaxHi, I have a JSF 2.0 portlet running on eXo Platform 3.5 and JBoss EAP 5 using portletBridge 3.1.2.Final. I defined an error page for my portlet which may display the exception message. When an error occur, a...
Portlet IPCHi, We're trying to create an example of two JSR 286 portlets communicating using portlet events, using the JBoss Portlet Bridge. We followed the documentation and according to the logs the event is being sent...