Re: [OT] Re: Struts session scoped forms

2007-03-01 Thread Frank W. Zammetti
I think there's something to be said though for maintainability when there's only a single well-known object a developer has to go to to populate the screen, form data or not. I personally prefer the ActionForm be viewed as a VO between the view and control, and I don't figure the values it passes

Re: [OT] Re: Struts session scoped forms

2007-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, Dave Newton wrote: > --- Christopher Schultz wrote: >> If you have a form that needs to be populated, >> submitted, validated and possibly re-displayed, why >> not use an ActionForm to populate the form in >> the first place? > > If you're tal