I am new to spring and try to do a simple form. The form should take the info from the database and let the user change it and update the table. My question: I have to type a lot. The columnname from the database I have to type at least 6 times. Can it be done in a better way?
1) In the select statment
2) In the databean
3) In the forms commandbean
4) In the jsp file
5) In the transfer from databean to commanbean
6) In the transfer from commanbean to databean


Reply With Quote