Leandro Melo wrote:
Rick, i agree with you, i also use BeanUtils to populate my
forms.
But, this doesn't go far way from having your
ActionForms dependent on your TOs (or CustomTOs,
doesn' t matter).

Well I wouldn't say they are 'dependent' on each other except that it makes it easier if the property names match. Think about it, at some point you are always going to have some sort of binding match up going on. Something somewhere along the line has to bind a request parameter name (which is just a key in a Map) to the real business object property. You can devise different ways to do this and look at how other frameworks handle it, but somewhere this has to be done.


--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to