webtier@glassfish.java.net

Re: Does JSF 2.0 supports JSR-303

From: <webtier_at_javadesktop.org>
Date: Thu, 11 Feb 2010 19:27:38 PST

Well, turns out JSF 2.0 offer a nice support for JSR 3.0 :)

I simply removed the jsf-facelet.jar from my classpath and the FaceletViewHandler from my faces-config.xml. Those aren't needed anymore with JSF2.0.

Turns out I don't even the need the "validateBean" tag, has the validation is done automatically on the JSR-303 annoted fields. Impresive!

However, for some reasons my JSTL is not working anymore, but I guess this must be a common issue.
[Message sent by forum member 'beaupral' (beaupre_a_at_hotmail.com)]

http://forums.java.net/jive/thread.jspa?messageID=386282