Mandatory Project configuration in our organization for JSF web project.
- IDE - IBM rational application developer V.8.5
- JSF 1.1
- JAVA 1.4
- Web module 2.3
I referred this pdf for configuring IDE to use richfaces components but i couldn't resolved using those instructions.(If you have problem in downloading pdf go to this web page for more details).
I have following jar files mentioned to add in lib folder.
- cssparser-0.9.5.jar
- guava-10.0.1.jar
- richfaces-components-api-4.3.5.Final.jar
- richfaces-components-ui-4.3.5.Final.jar
- richfaces-core-api-4.3.5.Final.jar
- richfaces-core-impl-4.3.5.Final.jar
- sac-1.3.jar
What I have to do to list out richfaces components in palette view in Rational application developer IDE or to start using richfaces tags(manually typing tag name) in my jsf page.
Thank you. Nagesh.N