• 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
  • 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
  • When using Atmosphere - No Default View specified for portlet after upgrading to PB 3.2.0.Final

    We have been using Atmosphere for the RichFaces push feature. It has worked in previous configurations. However after upgrading to:   PortletBridge 3.2.0.Final   RichFaces 4.3.1.Final   Atmosphere 1....
    Profile Photo
    last modified by jpadula35
  • Session parameters + more same portlets in one portal page

    Hello,   I have one qustion. Do you know how to ensure that for each portlet and user it will be one backing bean instance with session scope?   e.g. I have backing bean UserController with session scope ...
    Profile Photo
    last modified by mbasovni
  • problem with rich:fileUpload

    Hi Ken,   PortletBridge : 3.1.0.Beta3 Richfaces : 4.2.3.CR1 JSF : 2.1.13 Exo : 3.5.3   When i use upload button, we stay client side with the url http://localhost:8080/s2e-portlet-demo-composants/faces/...
    Profile Photo
    last modified by jeromej
  • Error handler page does not work

    Hello,   I tried o use error handling in my portlet app, but it does not work.   https://docs.jboss.org/author/display/PBR31/Error+Handling   In web.xml I have:       <error-p...
    Profile Photo
    last modified by mbasovni
  • Gatein 3.x jboss 6.1 jsf 2 portlet UnsupportedOperationException

    Hello. I'm trying to write simple portlet using: portlet bridge 3.2.0.CR1 richfaces 4.3.1.Final jsf 2 (v. 2.0.3 - native AS)   for gatein 3.1.0 final on jboss 6.1   when i accessing portlet, get except...
    Profile Photo
    last modified by zsv
  • Custom JSF Converter & CDI

    Hello,   could somebody help me to solve problem how to inject EntityManager (or another DAO class) in "object converter class" which implements interface javax.faces.convert.Converter?   My converter Cale...
    Profile Photo
    last modified by mbasovni
  • Download binary data file  - Received a content type of application/zip but it contains no bytes of data

    Hi All,     I'm trying to develop functionality to download (push to the browser) a some binary content as a file - let's assume it's a zip file. I have tried variety of way how to get it - but it's too ...
    Profile Photo
    last modified by pking
  • Rendered link after ajax request does not work until page is refreshed!

    Hello,   I had a little-big :-) problem. When I generate link by ajax e.g.   <h:form>          ....         <a4j:commandBu...
    Profile Photo
    last modified by mbasovni
  • View Scope Fails After Ajax Request

    I am using the Portlet Bridge (3.2.0 Alpha2) in GateIn (3.5.0).  I created a very simple portlet that display a little text from the backing bean.  I am keeping track of when the bean is created.  The b...
    Profile Photo
    last modified by aftorre