good practice in creating form beans

2006-01-19 Thread fea jabi
When creating form beans does it have to have only, which the user can enter information to? In my JSP, there are fields order date: present order date input field (user can update the order date here) Like this the JSP has about 20 fields. Does the form bean should contain only

Re: good practice in creating form beans

2006-01-19 Thread Laurie Harper
fea jabi wrote: When creating form beans does it have to have only, which the user can enter information to? In my JSP, there are fields order date: present order date input field (user can update the order date here) Like this the JSP has about 20 fields. Does the form bean