[Webwork-user] Extending something other than ActionSupport
Brought to you by:
baldree,
rickardoberg
From: Tim W. <tl...@us...> - 2000-12-04 01:11:48
|
Hi - Rickard has mentioned before that a form bean could extend a data class rather than ActionSupport. How would this work in practice? Do I need to manually implement all the stuff from ActionSupport or ActionFormSupport in the bean? Am I going to run into polymorphism problems because I'm not extending ActionSupport? Thanks, Tim |