Hi All, I'm just trying to work out where I need to put all of my database access code within the struts architecture. If I'm reading Craigs comments on the Action class correctly and have got the MVC set up right, all the action class should do is gather any necessary information, add it to the form and then forward it on. But if I need to get data from the db and put it in the form, should I do it in the action class or pass it to the business logic and make the business logic forward it to the output servlet?
I'm getting a bit confused with all this so sorry if the question's a bit simple. Regards Simon Institut fuer Prozessdatenverarbeitung und Elektronik, Forschungszentrum Karlsruhe GmbH, Postfach 3640, D-76021 Karlsruhe, Germany. Tel: (+49)/7247 82-4042 E-mail : [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

