Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
binding mutliple form fields to a single command bean var
what’s the best way to bind multiple form fields to a single command bean instance variable using spring mvc’s (simpleForm) controllers?
i want to have multiple form pull downs to let the user create a date. i’ll like to take the 2 or 3 pull downs values and create a single instance variable of type Date.