RichFaces

From Wiki RB4

Introduction

RichFaces is an open source framework that adds Ajax capability into existing JSF applications without writing a single line of javascript.

Configuration

Libraries

  • Using with Seam see TestEJBApplication
    • richfaces-api-3.2.2.GA.jar in ear-file
    • richfaces-impl-3.2.2.GA.jar, richfaces-ui-3.2.2.GA.jar in war-file
    • additionally commons-beanutils.jar, commons-digester.jar in ear-file (copied from seam-booking)

XHTML

<xmlns:a4j="http://richfaces.org/a4j">
<xmlns:rich="http://richfaces.org/rich">

Tags

<rich:panel

The <rich:panel> allows to place the page elements in rectangle panel that can be skinned.

Sources