| Author |
Form bean
|
ramji srinivasan
Greenhorn
Joined: Aug 22, 2005
Posts: 11
|
|
hi i have six textboxes for getting firstname and lastnames in my form.is there anyway in which i can use single getter/setter method to retrieve the values from the six textboxes or i have put getter/setter for each textbox..... Regards Ramji Srinivasan
|
 |
Gerardo Tasistro
Ranch Hand
Joined: Feb 08, 2005
Posts: 362
|
|
|
I believe you can not do that. Yet tools like Eclipse create getters and setters for you. Just define the variables, right click-> source -> generate getters and setters, check the ones you want, click ok and you're done. Not much trouble there.
|
 |
 |
|
|
subject: Form bean
|
|
|