[struts] ActionForm design question  
Author Message
Hamvil





PostPosted: 2005-11-4 21:40:00 Top

java-programmer, [struts] ActionForm design question Hi,

I've wrote a java application (not a web application) which containg
some bean used extensively in the application.

Now I would like to reuse those bean inside a struts based web
application.

In struts a bean supporting a form must extend ActionForm. I would like
to reuse the beans written for the first application. Is it possible in
some way???

The only way that i saw is to use Bean.Utilis.copyProperties in order
to copy a bean into another.