Hi all
I've been going through the tutorials at http://www.coreservlets.com/Apache-Struts-Tutorial/index.html <http://www.coreservlets.com/Apache-Struts-Tutorial/index.html> which shows how to pre-populate forms. However, as I'm new to this, is there a "proper" way to access the database through the form bean? Sould I put code in the form constructor class to initialise the data? Or does struts have a better way? Thanks donie