• Links for "RichFaces Component Deep Dive" Presentation

    ----------------------------- Hosted Demos -----------------------------   RichFaces Showcase: http://bit.ly/khnaim TweetStream: http://bit.ly/tweetstream   ----------------------------- RichFaces Que...
    Profile Photo
    last modified by jbalunas
  • Client Validation, Implementing remaining JSF and JSR-303 functions

    Things left unimplemented in RF 4.0.0.Final Number converter, basic implementation doesn't support: Currency type format percent type pattern locale Limit number of integer or fraction digits Date and Time conve...
    Profile Photo
    last modified by alexsmirnov
  • Import Formatting Rules

    IDE Agnostic Instructions Formatting Java files: Formatting Resource Files Eclipse Java Formatter Rules Clean-up Rules Map the Clean-up Rules to Ctrl+Shift+O Formatting XML Formatting CSS...
    Profile Photo
    last modified by lfryc
  • Install Checkstyle Plugin

    CheckStyle Pluginhttp://eclipse-cs.sourceforge.net/ Install In Eclipse go to Help->Software Updates... Add a new installation site and provide http://eclipse-cs.sf.net/update/ as location URL. Mark the plugin ve...
    Profile Photo
    last modified by lfryc
  • Programmatic control of partial processing in RichFaces 4

    JSF 2 introduced built-in support for Ajax, so RichFaces 4 Ajax API provides extensions of JSF Ajax API. PartialViewContext class is an entry point to JSF Ajax. It provides the following functionality: Check and modi...
    Profile Photo
    last modified by ilya_shaikovsky
  • RichFaces Git Migration Plan

    Phases  framework tests docs sandbox     Phase 1: Framework Migration  Framework is divided into following structure:   /parent          ...
    Profile Photo
    last modified by lfryc
  • Moving to GitHub

    Hello, All!   Having the 4.0.0.Final out, we could finally make project development even more easier and pretty attractive for you, contributors, by moving it to the GitHub repository!   The workflow behin...
    Profile Photo
    last modified by lfryc
  • rich:column filter question

    Hello, In rich:column, I need to "setup" a filter that, it should "wait" for me to finish enterred the value/key in the column field. The code I had now something like: <rich:column id="dateOrderCol" filterBy="#{...
    Profile Photo
    last modified by richsmp10_0x
  • Getting started with RichFaces 4 project development

    Environment setup Almost all the team members used Eclipse IDE with wtp. So only that IDE will be considered in that document. However any other one (like Idea for example) is suitable for the development too for sure...
    Profile Photo
    last modified by jbalunas
  • Metamer - missing basic component test coverage

    All Components @converter, @converterMessage @validator, @validatorMessage @required, @requiredMessage JavaScript API   A4J Attach Queue @onrequestqueue   RF-9324 @onrequestdequeue  ...
    Profile Photo
    last modified by ppitonak
  • How to update RichFaces client-side dependencies

    Overview That short article created just in order to describe problematic parts with updates of third-party dependencies used by RichFaces. Should be constantly kept in mind by all the developers who will try to perfo...
    Profile Photo
    last modified by ilya_shaikovsky
  • Adding a Component to Metamer

    This tutorial shows how to add a new component to the Metamer, a test application for RichFaces 4. It will add standard JSF command button with all its attributes. All other components can be added in a similar way. T...
    Profile Photo
    last modified by ppitonak
  • HTML Validator Extension for Firefox

    HTML Validator Extension  Every (X)HTML page should be valid, we know it but sometimes forget to check validity. In order to automate this task an HTML Validator Extension could be used. First of all you need ...
    Profile Photo
    last modified by artdaw
  • Details on CSS structure, standards and skinning principles for RichFaces components

    This article is intended to help component developers, and web-designers who want to create or update a component's markup, and skinning.  These are high level rules, and suggestions so that the changes can fit w...
    Profile Photo
    last modified by ochikvina
  • New Components/Features Topics

    This wiki page will be a launching point to design proposals for new and planned RichFaces components.  We encourage the community to read about these components and raise topics on the Design of RichFaces forum ...
    Profile Photo
    last modified by ilya_shaikovsky
  • CDK  templates xsd schema's

    Overview That document goal to describe how to add schemas to JBoss Tools schemas set in order to perform CDKtemplates validation. Also after review will be passed to JBDS team in order to include into default set for...
    Profile Photo
    last modified by ilya_shaikovsky
  • Client Side Validation

    Usage RichFaces client-side validation should be implemented as client behavior that produces script for validation procedure. That behavior should work with components that implement EditebleValueHolder interface : &...
    Profile Photo
    last modified by prabhat.jha
  • How-To Review Failing Tests

    1. Open the Smoke Test: http://hudson.qa.jboss.com/hudson/job/richfaces-4.0-metamer-smoke-ftest-mojarra/ or http://hudson.qa.jboss.com/hudson/job/richfaces-4.0-metamer-smoke-ftest-myfaces/   2. Open the appro...
    Profile Photo
    last modified by lfryc
  • Java web applications security. Security audit tool Ratproxy.

    This is the third article out of a series of articles on security of Java web applications.In this article you can find some useful information about security audit tools such as Ratproxy. The first article in this s...
    Profile Photo
    last modified by artdaw
  • Client Validation Implementation

    Implementation details: Server Side ClientValidatorBehaviorgetScript method checks for proper component type. For EditableValueHolder it delegates call to the ClientValidatorRenderer, ActionSource uses FormClientValid...
    Profile Photo
    last modified by alexsmirnov