• rich:chart chnage the plot information color?

    Hi,   How to change the plot information color for chats?Looks like this is default one.Is it possible to change it? I am working with RF Version latest one. <rich:chart id="cghartId" title="Simple Report...
    Profile Photo
    last modified by sivaprasad9394
  • How to get external JSESSIONID  from JSF or servlet

    I have 2 application on 2 different servers , I use an Iframe to view a page from [2nd application], and from [1st application] I try to get the JSESSIONID for the opened page,   please advice.
    Profile Photo
    last modified by erafie
  • org.apache.el.parser.COERCE_TO_ZERO=false not working in rich:column@filterValue submitted

    Hi,   In my web.xml I have set       <context-param>         <param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param...
    Profile Photo
    last modified by karomann
  • Dynamic tooltip extended data table

    GOAL:  Dynamically show 1 of 3 tooltip messages on an inputText element when the user hovers if an invalid value is entered into the field.   Problem: When I type an invalid value into the inputText field ...
    Profile Photo
    last modified by cgillam
  • how to keep rich:calendar or rich:tooltip open while underneath table being updated.

    Hi Everyone,   I have a page with a data table on it. The table will get refresh every 5 seconds to get new data from server. I have tool tip attached with row to show hover popup of some details of row. <ric...
    Profile Photo
    last modified by jxyiliu
  • Richfaces 4.5 - wrong reference to spacer.gif

    Richfaces 4.5.17.Final (after upgrading from 4.3.6.Final) This error also shows up with 4.5.9.Final   After upgrading from 4.3.6.Final to Richfaces 4.5.17.Final I see the following Exception when I open I page ...
    Profile Photo
    last modified by johannes2014
  • executer project richfaces

    Bonjour à tous Je viens de cloner le project richfaces(GitHub - richfaces/richfaces: RichFaces 5 - The next-generation JSF component framework by JBoss, Red Hat ) mais lorsque je lance la commande maven : mvn ...
    Profile Photo
    last modified by fotsonono2003
  • Input text loses focus ExtendedDataTable

         I have an ExtenedDataTable with some outputText fields and and inputText field.  I am trying to change the color of the row when I enter a valid number into the inputText field and turns ...
    Profile Photo
    last modified by cgillam
  • a4j support not recognized in Netbeans 8.2

    Hi.   I'm trying to add ajax behaviour throught the use of <a4j:support> but Netbeans keeps saying a4j componente library does not have a component "support". I'm using tomcat 7.0.73   It is a maven...
    Profile Photo
    last modified by hquevedo
  • Rich Faces file upload failed with runtime error in Websphere server environment

    Hi Team,   In our application, when we try to upload a file using Rich Faces component in the Websphere server environment, the server throws below runtime error. The complete error description is given in the ...
    Profile Photo
    last modified by ramuavusali
  • rich:fileUpload gets to 100%, does not re-render

    To allow a user to upload a file, plus add some other information, I'm trying to place a rich:fileUpload tool next to some other inputs and allow the user to submit with a button that is enabled when everything is in ...
    Profile Photo
    last modified by jcavazos
  • Display Event Information on Date in rich:calendar

    Hello everyone, previously also I have posted this issue. I just want to display a event column with date.   <rich:calendar mode="ajax" boundaryDatesMode="scroll" styleClass="#{eventMaster.eventMasterList!=...
    Profile Photo
    last modified by asimshaikh1
  • Issue with Richfaces file-upload for files having multi byte character filename

    While uploading files using Richfaces having multi byte character filename, file upload listener is not getting called if filename has some special characters. UTF-8 encoding is set in xhtml page as well as filter fil...
    Profile Photo
    last modified by user4
  • Rich faces File Upload not working on using custom FileUploadEvent

    0dowvotefavorite     We want to customise org.richfaces.event.FileUploadEvent to cater to one of our application needs. I have extended above class as CustomFileUploadEvent and checking to see if the corre...
    Profile Photo
    last modified by user4
  • RichFaces 4.3 on WebSphere 8.5 Issue (Incompatible webbeans?)

    I used the solution proposed in the following link (put javax.faces-2.2.6.jar in shared library and associate to EAR, class loader PARENT_LAST). It works fine on local WAS 8.5 and IRAD 9.0. richfaces - How to make we...
    Profile Photo
    last modified by andrew1900
  • <rich:chart>how to align xaxis labels center to bar chart?

    How set label x in center of bar in chart component, I need three bar charts with diferents color but when apply the colors properties the labels lost its align and get misaligned.   This I got:   This is ...
    Profile Photo
    last modified by ja02
  • RichFaces and Content Security Policy

    Hello everyone,   i've been trying to add a Content Security Policy(CSP) header to my webapp which heavily relys on RichFaces components. As far as my researches have gone, for CSP to be effective, one has to r...
    Profile Photo
    last modified by jaredgrace
  • Change Text Color depending upon text

    Hello Everyone. Could anyone told me how could I apply multiple conditions to h:outputText.   example. if Text is AAA then Color="red" ,  if Text is BBB then Color="green" if Text is CCC then Color="blue" ...
    Profile Photo
    last modified by asimshaikh1
  • Display h:selectOneListbox horizontally

    Hello everyone,   I have menu which displays year and another which displays month (both display vertically). 2000     January 2001     February 2002   &...
    Profile Photo
    last modified by asimshaikh1
  • Proposition of a new component: pivot table

    For the purpose of my work, I needed a kind of table commonly used in banking and accounting world, a data matrix, a pivot table. So as it doesn't exist already I wrote one in using JSF components and panelGrid Primef...
    Profile Photo
    last modified by jeremygf