I saw some samples on line. I got two ways to use RichFaces:
1. Use in a
JSP file. The initial portion of the JSP file is like this:
2. Use in a Facelets, a xhtml file. The initial portion of the xhtml file is like this:
I am currently working on a
JSF projects. There are some XHTML files in the project. The initial part of the XHTML file is like this:
How could I use RichFaces in this project?
Could you give me some samples of this kind?
Thank you very much!!!