I posted this question early in the month, but didn't
get a single response.  Can someone please comment on
this question??

I have a design question realted to developing
ActionForm classes.

I have a page where a user makes a selection that
controls the Tile that will appear within the body
of the next screen.  The two (and likely additional
ones later) screens share a common property
between them (a checkbox).  I would like to refactor
that common property into a base
class, and then create subclasses off of that type.

My perceived problem is that I am limited by the fact
that you can only declare a single relationship
between the action and the form-bean.  

What are the best practices for using inheritance on
ActionForm's and does anyone
have a suggestion on how this could be implemented?

Thanks,

Dave

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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

Reply via email to