From: Gallagher, Jim (RBoS ITD&S Dublin) > Up to now, when designing a jsp I've only used the formbean to > collect the information entered, rather than to pass it to the jsp in > the first place. I'm wondering whether it's a better idea to create > the formbean, populate it and use that to pass the information to the > jsp?
FWIW, I use form beans to only represent form data and using scoped objects for anything not in the form. For me, decoupling those objects from Struts makes more sense, although perhaps only slightly. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]