文章列表
1. public class XmlBeanFactory extends DefaultListableBeanFactory {
2.
3. private final XmlBeanDefinitionReader reader = new XmlBeanDefinitionReader(this);
4.
5.
6.
7. public XmlBeanFactory(Resource resource) throws BeansException {
8. this(resource, n ...
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>来导入相应的配置文件,使用别名prefix即可。
1.html类
1. <html:form action="reg.do" method="post">
1. 用户名 <html:text property="username"/>
1. 密码 <html:password property="userpa ...