• 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
  • 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
  • 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
  • Portlet Bridge 3.2.0.Final Released

    We're pleased to announce that 3.2.0.Final of Portlet Bridge is now available!   Release Highlights RichFaces 4.3.1.Final Mojarra 2.1.19 Support JSF portlets with CDI Memory leak issues with @RequestScoped, @...
    Profile Photo
    last modified by kenfinni
  • 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
  • Portlet Bridge 3.2.0.CR1 Released

    We're pleased to announce that 3.2.0.CR1 of Portlet Bridge is now available!   Release Highlights Upgrade to RichFaces 4.3.1.Final Upgrade to Mojarra 2.1.19 Fix a bug in portlet URL generation when the JSF View...
    Profile Photo
    last modified by kenfinni
  • 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
  • Portlet Bridge 3.2.0.Beta2 Released

    We're pleased to announce that 3.2.0.Beta2 of Portlet Bridge is now available!   Release Highlights Fix for Thread handling of Flash scope under heavy load Fix for JSF view that contains the web context name in ...
    Profile Photo
    last modified by kenfinni
  • 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
  • How to download dynamicly created file?

    Hello,   I have a problem with downloading dynamicly created files. I found examples, how to do it for classical JSF application (not for portletbridge).   http://stackoverflow.com/questions/10451095/downl...
    Profile Photo
    last modified by mbasovni
  • Portlet Bridge 3.2.0.Beta1 Released

    We're pleased to announce that 3.2.0.Beta1 of Portlet Bridge is now available!   Release Highlights Upgrade to RichFaces 4.3.0.Final, including the new rich:focus and rich:placeholder components Fix for JSF dyna...
    Profile Photo
    last modified by kenfinni
  • RichFaces 4.2.x Component Compatibility

    The below table covers both 4.2.2.Final and 4.2.3.CR1 releases.   Component Portlet WSRP Portlet Comments a4j:actionListener YES YES a4j:ajax YES YES a4j:attachQueue YES YES a4j:commandButton YES YES a4j:...
    Profile Photo
    last modified by kenfinni
  • Portlet Bridge 3.2.0.Alpha2 Released

    We're pleased to announce that 3.2.0.Alpha2 of Portlet Bridge is now available!   Release Highlights Fixes for using Seam 3 Faces within a portlet Use of the new PortletArchive Shrinkwrap type in our testsuite (...
    Profile Photo
    last modified by kenfinni
  • Where to download Portlet Bridge 3.1.1.Final - Richfaces-Extension?

    Hi Ken, I am trying to download richfaces-extension for Portet Bridge 3.1.1.Final. I am having this problem that looks like it's fixed in 3.1.1.Final. Error Rendering View[/index.xhtml]: javax.faces.FacesException: C...
    Profile Photo
    last modified by jpadula35
  • How to get ID (namespace) generate by JBoss Portlet Bridge?

    Hi to all,   JBoss Portlet Bridge generates a random ID as namespace for all JSF components (ok is following the spec), but how to get this ID which was generated?   for example, JPB generate this for all ...
    Profile Photo
    last modified by guga.java
  • Portlet Bridge 3.2.0.Alpha1 Released

    We're pleased to announce that 3.2.0.Alpha1 of Portlet Bridge is now available!   Release Highlights Many fixes to how resource urls are generated for RichFaces 4 portlets which resolves problems such as with ic...
    Profile Photo
    last modified by kenfinni
  • Problem accessing HttpSession

    Hi,   in each client request, I need to acces the HttpSession. I can accees it, but only data in the portlet scope are visible. I should be possible (JSR286) any idea ?   I need to share data between JSF ...
    Profile Photo
    last modified by ltaraud