struts:新建一个ActionForm Bean_百度知道
最佳答案: 手动写那些必须的配置文件也是可以,自己导入相应版本的JAR包,在web.xml中申明使用struts,另外 在 struts-config.xml中写入配置信息即可。。。更多关于创建form时struts配置文件中不能自动生成form-bean的问题>>
struts-config配置文件中<form-beans>标签的意思
2010年12月10日 - 在<form-beans>标签里经常会输入如下信息: <form-beans> <form-bean name="newsBusinessForm" type="org.apache.struts.action.DynaActionForm"> <for...