Hi Guys,
I have the following scenario. A user enters the date in 12 hour format in a
jsp page or an html page and on hitting submit, I get those values in a controller
servlet and do some validation which will be implemented in the business class. I want to use MVC as explained. Any ideas on how it can be done??? I have the logic for validation, but bemused on how to make my controller talk to business class?? Do I instantiate the business class in my controller and pass the request params from the html as arguments to the business class object??? or how to go about doing this?? Please help guys?