• extendedDataTable context menu with dynamic disabled menuItem feature

    My problem was to add context menu to the extendedDataTable row with disabled items depending on the selected row. rich:extendedDataTable does not support oncontextmenu event so that I could not use a4j:support with e...
    Profile Photo
    last modified by pernik
  • Ajax Core Components

    ← RichFaces FAQ ← RichFaces Components FAQ Problem to refresh an image/pain2D/mediaOutput created resources using  component <a4j:log> causes JavaScript error howTo stop poll or push from JavaS...
    Profile Photo
    last modified by artdaw
  • inplaces misses onchange handler

    ← RichFaces FAQ ← RichFaces Components FAQ ← Input and select components   inplaces components provides onviewactivated event. But it's fired every time the user goes from edit mode to view, inclu...
    Profile Photo
    last modified by ilya_shaikovsky
  • Which minimal Flash version supported by FileUpload in 3.3.x

    ← RichFaces FAQ ← RichFaces Components FAQ ← Input and select components   Unfortunatelly not covered by documentation in 3.3.x. And the answer is "9.0.28".
    Profile Photo
    last modified by ilya_shaikovsky
  • Input and Select Components

    ← RichFaces FAQ ← RichFaces Components FAQ StackOverflowError while using suggestionBox with usingSuggestionObjects="true" <rich:fileUpload> with MyFaces rich editor not rendered under IE inplaces ...
    Profile Photo
    last modified by artdaw
  • RichFaces installing and configuration

    ← RichFaces FAQ RichFaces 3.3.x with Trinidad Problems while launching the RichFaces sample on the JBoss server   RichFaces 3.3.x with Trinidad  Here is a stripped down version of web.xml that integr...
    Profile Photo
    last modified by artdaw
  • RichFaces Skinning

    ← RichFaces FAQ Where to find all the rich-* classes used by RichFaces Skin not applied     Where to find all the rich-* classes used by RichFaces You can find the rich-* classes in the Developer Guid...
    Profile Photo
    last modified by artdaw
  • <rich:dataScroller> is not updated after sorting/filtering

    ← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ In order to update <rich:dataScroller> after sorting/filtering you should re-render it afterwards. works out of the box...
    Profile Photo
    last modified by artdaw
  • Enhanced rich:comboBox: Values (not only Text) and RegExp Suggestions

    Ever wondered how to work with values (not only text) when selecting options suggested by rich:comboBox component? What about a better search method for client-side suggestions? I needed to do this, so I came up wi...
    Profile Photo
    last modified by luiggitama
  • How to make a rich:suggestionbox look like a combobox

    This is pretty easy...   Assuming you already have a rich:suggestionbox component:   <rich:suggestionbox id="mySuggestionBox"    for="myInputBox"    suggestionAction="#{MySuggestio...
    Profile Photo
    last modified by shadowcreeper
  • ExtendedDataTable :How to redefine default filtering inputs.

    ← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ simple DataTable works in next way - if header not defined it adds default one with filtering input inside. So if you add ...
    Profile Photo
    last modified by ilya_shaikovsky
  • Sorting on List Shuttle...

    Hello All,   This List shuttle is a wonderful component to use.  Many use this for moving chosen items         from one list into another with their optional reorderi...
    Profile Photo
    last modified by deepusrp
  • Invoke Save button when Ctrl + S button is clicked

    <ui:composition>     <c:set var="summaryBtnId" value="${empty id ? 'save': id}"/>   <a4j:commandButton id="${empty id ? 'save': id}" value="Save Changes" action="#{action.toString}" ...
    Profile Photo
    last modified by vkmedi
  • Common client side

    ← RichFaces FAQ JavaScript conflicts. Third-parties scripts methods and objects not found. Can't use jQuery How to call JavaScript API on components Loading the JavaScript libraries and stylesheets from JARs...
    Profile Photo
    last modified by artdaw
  • Deploying Photo Album Example to JBoss AS 6 with JSF 2

    In order to deploy the photo album example from RichFaces 3.3.3.Final to JBoss application server 6 with JSF 2 support requires a couple of extra steps.   This tutorial assumes you have downloaded the photo albu...
    Profile Photo
    last modified by jbalunas
  • ExtendedDataTable dynamic height and JIRA Bug RF-7488

      ← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ   Here is what we propose as possible workaround:     <?xml version="1.0" encoding="UTF-8" ?> <...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces Data Iteration Components FAQ

    ← RichFaces FAQ ← RichFaces Components FAQ DataTable model doesn't get updated when  used Can’t use  to iterate the menuItems, tabs, etc. How to use pair of  outside the any dataTabl...
    Profile Photo
    last modified by ilya_shaikovsky
  • Script and Style files loading strategy: loading the pack.js files

    I though it would be useful to create a post in order to show how to load the framework.pack.js and ui.pack.js files in a xhtml. To the RichFaces guys: shouldn't it be in the load script strategy post or the document...
    Profile Photo
    last modified by ilya_shaikovsky
  • How to implement collapsible subtable in 3.3.x

    Simple ajax sample(richfaces-demo main data table page used originally):   <h:form> <rich:dataTable onRowMouseOver="this.style.backgroundColor='#F1F1F1'" onRowMouseOut="this.style.backgroundColor='...
    Profile Photo
    last modified by ilya_shaikovsky
  • How to use status for non-ajax controls in 3.3.x

    to show status from non-ajax controls we could use just js.   Next points should be considered: status outside regions always has _viewRoot:status id (just 3.3.x issue which will be addressed in 4.x) status in...
    Profile Photo
    last modified by ilya_shaikovsky