I am using JSF 1.2 and RichFaces.
I am currently designing my form in JSF pages using RichFaces various tag. I was thinking whether it is possible to design my form using RichFaces classes instead of using the tag , so that I can make an object of the class and use it in the JSF pages and it will render the form depending upon the object. I googled it but couldn't find any example.