Almar Schouten

Greenhorn
+ Follow
since Sep 02, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Almar Schouten

Hey Eswara,

Richfaces uses it's own version of jQuery (which is automatically included in your page if you use a richfaces component that depends on it).

If you want to make sure that jQuery is loaded, use a4j:loadScript to load the richfaces version:
<a4j:loadScript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js" />
14 years ago
JSF