Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it advisable to integrate jQuery with richfaces + SEAM ? or it is enough to handle the jQuery stuff using richfaces.

share|improve this question
When you have decided which answer is the most helpful to you, mark it as the accepted answer by clicking on the check box outline to the left of the answer. stackoverflow.com/faq#howtoask – Andrey Sep 23 '11 at 7:28

2 Answers

up vote 1 down vote accepted

If you already have a jQuery application, and want to use some Richfaces components, have a look at my blog where I describe how you can integrate it.

share|improve this answer
Thank you..its very helful..:) – Ellie Fabrero Sep 26 '11 at 9:45

RichFaces is shipped with jQuery. Using that built-in jQuery is perfectly correct.

You can load that build-in jQuery library by adding the following to your page:

<a4j:loadScript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js"/>
share|improve this answer
Thank you for this information.^^, – Ellie Fabrero Sep 23 '11 at 0:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.