Automatic procedure of writing getter/setter
843844Dec 29 2007 — edited Dec 31 2007I am using JSF 1.2 with Eclipse Europa, Tomcat Env. I have a jsp page and with in that i have create a form with so many fields. So for each field i need a getter/setter methods into my Bean file. I have written all getter/setter methods manually.
Is there any way which will write all getter and setter methods automatically into my Bean file ?
If any one know the way let me know plz...
Thanks1
dev_123