MyFaces ExtVal, Richfaces and Mojarra

A lot users asked me for this support.

The current snapshot provides a workaround for this Mojarra issue.

You can use the latest snapshot (which also offers further great features like constraint aspects) or you can patch a released version (see DefaultRenderKitWrapperFactory.java).
Here you can find a patched version of MyFaces ExtVal 1.2.2

Don't forget to add the myfaces-extval-generic-support!!!

OR you can use the support module provided by http://code.google.com/p/sandbox890/source/browse/#svn/

<repositories>
  <repository>
    <id>googlecode.com</id>
    <url>http://os890-m2-repository.googlecode.com/svn/tags/sandbox890</url>
  </repository>

  <repository>
    <id>googlecode.com</id>
    <url>http://os890-m2-repository.googlecode.com/svn/trunk/sandbox890</url>
  </repository>
</repositories>

and e.g.:

<dependencies> <dependency> <groupId>sandbox890.extensions.validator.component-support-modules</groupId> <artifactId>myfaces-extval-richfaces-support</artifactId> <version>1.2.3-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies>