What's better:

To have a bean let's say "BookBean.java"
that has got a String title, author, pages

and an Actionform that uses this BookBean,

or is it better to have an ActionForm
that has a String title, author, pages.

Imho it's much faster and easier to have your properties in your
ActionForm,

but I bet according to the MVC design its recommend to use Beans.


Right ?


thx,

marcus

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to