• mediaOutput only renders once?

    Consider the markup below. The photo is stored as a blob. Using the imageLoader class from the RF photo library demo as a template, I simplified the code to output the bytes to the browser and the photo appears if the...
    Profile Photo
    last modified by arnieaustin
  • How to get a scroll bars to rich:dataTable (RF-4)

    Hi,   We are doing RichFaces upgrade from 3.3.3 to 4.5.6. We have a EDT with column grouping to have colspan and rowspans. These are working fine in 3.3.3 but unfortunately these are not working in RichFaces 4. ...
    Profile Photo
    last modified by vpenugo
  • Loop <rich:tab> using c:forEach issues

    Hi,   below code used to work with richfaces 3. This is not working with richfaces 4   <rich:tabPanel        id="persons"        switchType=...
    Profile Photo
    last modified by kkn
  • Custom CSS for alternating row colors using skin parameter not working in RF 4.5.10.Final

    I want to use #{a4jSkin.headerGradientColor} as the background color of even data rows in my application's data tables. Creating a custom style:   .table-row-even {     background-color: '#{a4jSk...
    Profile Photo
    last modified by arnieaustin
  • RF 4.5.x: too many push messages will be skipped

    Hi all,   I'am using RF 4.5.9 and the push component. The messages will fired from a CDI-Bean in this way:   TopicsContext topicsContext = TopicsContext.lookup(); TopicKey updateKey = new TopicKey("pushTes...
    Profile Photo
    last modified by dako_t
  • RF-4 Passing parameters to Bean when clicking on Context menu.

    Hi, I am passing some values in the Contextmenu when click on Item value in Data table row. Sorry for my poor English. Below is my code. <rich:contextMenu attached="false" id="contextMenu" showDelay="0"> &#...
    Profile Photo
    last modified by vpenugo
  • Ajax Partial rendering not working

    Hi We are migrating our application from Richfaces 3.3 to Richfaces 4.3.7.Final   The environment info is listed below: <org.richfaces.bom.version>4.3.7.Final</org.richfaces.bom.version> <jsf.v...
    Profile Photo
    last modified by p_ashwinram
  • RF-4.5.x How to get PickList selected Items in backing bean

    Hi,   I have a PickList and I want to take the selected items from the component and persist in DB. but I am not sure on how to get the selected values in my backing bean class. below is my code. Is there any me...
    Profile Photo
    created by vpenugo
  • Richfaces dropDownMenu status

    I need to active a status on dropdownmenu opening/closing.   I tryed in this manner: <a4j:region id="rfcm"> <rich:dropDownMenu id="fcm" event="onclick" submitMode="none"> ... </rich:dropDownMe...
    Profile Photo
    last modified by giant2
  • Can't find classes SimpleSelection and Selection in jar for 4.5.9.Final version

    Hi,   I am migrating my project from Richfaces 3.3.3 to 4.5.9 and getting errors something  like these :   java:[132,8] cannot find symbol symbol  : class Selection --------------------------...
    Profile Photo
    last modified by pawarpriya03
  • a4j command button action not firing in JSF2.1 Richfaces 4.3.2 Jboss AS7.1.1 Seam 2.3.1

    Hi,   I have following code action firing in JSF 1.2 Richfaces 3.3, but the same is not working in JSF2 Richfaces 4.3.2. Please help with your valuable suggestions.   I have the xhtml code as below:  ...
    Profile Photo
    last modified by warriors564
  • How to select an item from orderingList without "selection" (depracate in 4.x)

    I can't select  an item from orderingList, please help with some example or hint please
    Profile Photo
    last modified by wilson.guaman
  • extendedDataTable selection x 2nd click

    Hi,   I have this extendedDataTable with selection control to allow the user to click in a row and to open a popupPanel to update the values of the fields/columns. The problem is: when I have just one row in th...
    Profile Photo
    last modified by edilmar
  • Display Data into multiple columns

    Hello, I am stuck with this. I have column attachment with multiple values (Value1 and Value2) now I wanted to display Value1 in one column and Value2 in other column.   <rich:column style="width:28%;" id="da...
    Profile Photo
    last modified by asimshaikh1
  • colspan and rowspan not working in rich:extendedDataTable in RF-4.5.6

    Hi,   I have a rich:extendedDataTable in my application and some tables have complex column headers and these worked fine with my previous RF version 3.3.3 with 'colspan' and 'rowspan'. but now we are moving to ...
    Profile Photo
    last modified by vpenugo
  • can't make selection in dataTable after changing page

    I have a richfaces 4.1 application which uses a selectable extendedDataTable and an attached dataScroller. When browsing the initial page, everything works properly, I can make a selection, and any attached event hand...
    Profile Photo
    last modified by mortee
  • how to handle dynamic id on rich:column to use it for sort items

    hello! this is my first post and i want to say that english is not my native language, so i apologize since now if i commit any grammar or orthographic mistakes. i'm also a newbie using jsf and its components, but n...
    Profile Photo
    last modified by voltandoao505
  • RichFaces 4 rich:extendedDataTable not showing noDataLabel value

    I have a rich:extendedDataTable and I have given noDataLabel="#{backingBean.errorMessage}". but when my list is empty the label is not showing. below is my EDT declaration. Please help me to resolve this. I am using R...
    Profile Photo
    last modified by vpenugo
  • CommandLink is not working in single click, have to click twice

    Overview: A list data table has id column. System navigated to detail page on click on the ID and breadcrumb link (h:commandLink) is generated on top. The detail page has number of AJAX call on various component of ...
    Profile Photo
    last modified by nikunjmulani
  • How to add Horizontal and vertical scroll bars to rich:extendedDataTable

    I have a ExtendedDataTable with 18 columns and total width of up to 1100px and it is extending beyond to my actual layout width and browser scrollbars are coming. So, How to set Horizontal and Vertical scrollbars to...
    Profile Photo
    last modified by vpenugo