| Author |
Struts DynaActionForm
|
Zhixiong Pan
Ranch Hand
Joined: Jan 25, 2006
Posts: 239
|
|
Hi all,
I just have tried to follow an example of Struts DynaActionForm. The struts-config.xml has below code:
. But that cannot work until I change the trpe attribute from org.apache.struts.action.DynaActionForm to its implementation class jdj.article1.dynaForms.DynaCustomerForm, as below code. Is there any problem with my may?
Thanks.
|
SCJP 1.4 SCJD
|
 |
 |
|
|
subject: Struts DynaActionForm
|
|
|