• Richfaces IE7 Performance

    Hi all,   I'm a little new to this but have put together a richfaces app to start with.  I've noticed some performance problems though particularly with IE7.   Firstly, a lot of time seems to go in ge...
    Profile Photo
    created by bdmsavage
  • Extremely slow selection behavior of ExtendedDataTable

    Hello,   recently I have encountered a problem in using the extendedDataTable of RichFaces 3.3.3.Final.   My code: <rich:extendedDataTable sortMode="multi" selectionMode="multi" value="#{BackingBean.dat...
    Profile Photo
    created by amon-re
  • rowKeyVar empty with RF3.3.3 and JSF2 (mojarra 2.1.7)

    Hi,   We are upgrading our application from RF3.3.3/JSP1.2 to RF3.3.3/JSF2  (in both config, we are using JSP as VDL)   We are using the following URL : https://community.jboss.org/wiki/RichFaces333An...
    Profile Photo
    last modified by viragegroup
  • ActionListener not called from components inside a rich:panelBar

    Hi there, I have this question on stackoverflow that explains my inquiry http://stackoverflow.com/questions/10878417/richpanelbar-and-ajax-not-rerendering-components   It would be great if someone could point m...
    Profile Photo
    created by abosabry_2005
  • list shuttle is working alternatively..

    Hi,   I am using the two list shuttle components to satisfy the business need. First time it is working fine, second time i am getting following error.. it is working alternatively..   11:23:16,466 INFO...
    Profile Photo
    created by mkandi
  • Scalability issue with ResourceFactoryImpl.createHandlerDependentResource

    Dear All,   During stress test of my application I see that all my webcontainer threads are stuck doing a RichFaces dynamic  resource load operation. Why is this /ResourceFactoryImpl.createHandlerDependentR...
    Profile Photo
    created by kelapure
  • how to add Component To Ajax Render

    Hi guys, i have a tree with drag & drop support after dragging an item, tree doesn't update until i refresh page  i'm using richfaces 3.3.0     public void dropListener(DropEvent dropEvent) ...
    Profile Photo
    created by omidbiz
  • Data to be sent from a4j:form to rich:modalPanel

    I have created a form which has a text field. When I enter a value in the text field and click on the search button next to the text field, a rich:modalpanel pops up.   I want the value typed into the textbox to...
    Profile Photo
    created by notyetdecided
  • richfaces file upload not completing on IE

    Hi,   I am facing a problem with rich:fileupload. the files are being uploaded. however, the control seems not to return to the browser, says downloading picture ico_clear.gif from 3.3.3.Finalorg, although i can...
    Profile Photo
    created by ashish_rahul
  • JBoss Portal - RichFaces Skin

    Here is what you need to do to match the current portal theme "renewal": 1. Create a file called renewal.skin.properties and place it in your RichFaces applications WEB-INF/classes folder or package it into a jar. ...
    Profile Photo
    last modified by wesleyhales
  • RichFaces Photo Site Demo Packaging

    The purpose of this application is the give users a large real world example of a RichFaces application.  How the photo site demo will be packaged and provided to users is an important aspect to the application.&...
    Profile Photo
    last modified by jbalunas
  • Changing the layout of the page dynamically

    Problem You need to change the layout of a page on the fly. Solution Use <rich:page>, create several custom themes and redefine the render with the theme attribute. Details The top level layout of the page can ...
    Profile Photo
    last modified by msorokin
  • RichFaces Changelogs

    This page contains changelogs information for previous releases of RichFaces. Almos all historical information is here except former ajax4jsf changelogs and RF 3.0 info which just was not described in wiki. RichFaces...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces Documentation Application

    RichFaces documentation team from now on (3.3.1 version of RichFaces) will be using richfaces-docs while documenting RichFaces components. The main idea of the application is to make sure that all code snippets ...
    Profile Photo
    last modified by msorokin
  • How to call JavaScript API on components?

    ←  RichFaces FAQ ←  Common client side There are two ways to call JavaScript API on components: using useful functions such as #{rich:clientId('id')}.component.foo() (#{rich:clientId('modalPanel'...
    Profile Photo
    last modified by artdaw
  • Loading the JavaScript libraries and stylesheets from JARs

    ←  RichFaces FAQ ←  Common client side In order to load JavaScript libraries and stylesheets from JARs you can use <a4j:loadScript> and <a4j:loadStyle> tags respectively. Example: &he...
    Profile Photo
    last modified by artdaw
  • Can't use jQuery

    ←  RichFaces FAQ ←  Common client side RichFaces Framework contains the latest version of jQuery with some fixes. It can be used out of the box with one limitation: you should use jQuery().foo() i...
    Profile Photo
    last modified by artdaw
  • Java web applications security. XSS

         Web-based applications have become more complex in the recent years as a result of this fact the variety and level of vulnerabilities have also increased significantly.     ...
    Profile Photo
    last modified by artdaw
  • Can’t use <a4j:repeat> to iterate the menuItems, tabs, etc.

    ← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ      In order to iterate the tabs, menuItem, etc. you could not use repeate components neither <ui:repea...
    Profile Photo
    last modified by artdaw
  • DataTable model doesn't get updated when <rich:datascroller> used.

    ← RichFaces FAQ ← RichFaces Components FAQ ← Data Iteration Components FAQ      If you have editable <rich:dataTable> and want to use pagging with <rich:datascroller> you...
    Profile Photo
    last modified by artdaw