• [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...
    Profile Photo
    last modified by abaudry
  • Portlet Bridge 3.3.0.Beta1 released

    We'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...
    Profile Photo
    last modified by kenfinni
  • Default locale problem

    Hello,   in my portlet I have two localisations: en, cs. But I have got problem with default locale.   faces-config.xml ... <application>          <resour...
    Profile Photo
    last modified by mbasovni
  • Portlet Bridge 3.3.0.Alpha3 Released

    We'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 ...
    Profile Photo
    last modified by kenfinni
  • Portlet Bridge 3.3.0.Alpha1 Released

    We'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! ...
    Profile Photo
    last modified by kenfinni
  • 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...
    Profile Photo
    last modified by jpadula35
  • 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...
    Profile Photo
    last modified by jpadula35
  • 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   ...
    Profile Photo
    last modified by djezen
  • PortletBridge 3.2.0.Final, Webshere 8.0 - IPC by wsrp

    Hi 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...
    Profile Photo
    last modified by djezen
  • Streaming PDF to iframe doesn't work with Portlet Bridge 3.x

    I use the following to stream PDF (via a servlet) to IE9.  It works outside of the portlet, but not inside.  Anyone has any idea?   <h:panelGrid columns="1" style="width:960px">   ...
    Profile Photo
    last modified by delphinus818
  • Using CDI with JSF Portlets

    With 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...
    Profile Photo
    last modified by kenfinni
  • p:fileDownload is not supported in portlet bridge

    I 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...
    Profile Photo
    last modified by delphinus818
  • Stream PDF to IE using <iframe doesn't work inside portal

    The <iframe tag I use to stream PDF to IE works outside of the portal but doesn't work inside the portal.  Anyone knows how to stream PDF to IE within a portlet?
    Profile Photo
    last modified by delphinus818
  • Portlet specific CDI scopes

    I 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...
    Profile Photo
    last modified by peterfry
  • popupPanel with tabPanel render problem

    Hello.   I have a problem with tabPanel in popupPanel: after render tabs not changed via ajax.   Here example:   <a4j:commandButton     value="show"     execute="@this...
    Profile Photo
    last modified by zsv
  • Primefaces p:fileUpload doesn't work with Portlet Bridge 3.2.0.Final in JBoss GateIn portlet container.

    Primefaces file upload component p:fileUpload doesn't work with portlet container GateIn.   I created portlet with JSF2 + Primefaces   <h:form  id="form" enctype="multipart/form-data">   ...
    Profile Photo
    last modified by jalxm
  • FacesMessage wrongly saved?

    Hi, my context is Weld + JSF 2 (Mojarra 2.1.22) + RichFaces 4 + PB 3.1.2 final + GateIn 3.1 deployed on JBoss EAP 5.1 (with classloader isolation). The problematic page: - .xhtml containing several blocks (div) of...
    Profile Photo
    last modified by damien_b
  • Navigation problem with PB 3.2 Final

    Hi 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>    ...
    Profile Photo
    last modified by burningsky
  • ClassCastException when using Flash scope and Ajax

    Hi,   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...
    Profile Photo
    last modified by hamzabenmansour
  • Portlet IPC

    Hi,   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...
    Profile Photo
    last modified by gareth_western