i have
jsp page. it contains two fields
<html:text property="username" />
<html:text property="password">
1. if i use two fields username, and password, Is getter and setter methods are necessary?
2. i have one page contains field name, datatype, length. i want to add both database column and generate getter and setter methods and display in the jsp.
Is it possible? if possible tell me. Actually it is a our own custom field display.
3. If it is not possible, kindly tell me your own suggestions.
Thanks
a.edward durai