From: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]>
> The project architecture is made in such way that ActionForms are an
> almost 1-1 mirror with the the Hibernate mapped entities.
> For example : if I have an entity A that contains an entity B and a
> list of entities C, in the corresponding forms I'll h
Depends. This topic is discussed heavily from time to time. The last
tide was about a month ago :) Search archives.
Basically, if you need only to output your A, B, C entities, you do
not need action forms. Just stick your object in the proper scope.
If you need to input data into A, B, C or your
: I hated the 1-1 mirroring of action forms and
business objects, so I wrote FormDef: https://formdef.dev.java.net/ .
You may want to take a look at it, it'll save you time keeping the
two in sync, and can also handle deep copying between the two,
especially the current dev version (
https://fo
3 matches
Mail list logo