-
Struts2的工作原理和文件结构-新版本查看全部
-
Struts2的工作原理和文件结构查看全部
-
重写validate方法进行校验查看全部
-
使用taglib标签显示提示信息:<s:fielderror name="username"></s:fielderror>查看全部
-
struts2 搭建步骤查看全部
-
使用Model Driven获得参数: 实现ModelDriven接口,还需要实例化user 对象查看全部
-
login.jsp使用user.username ,在LoginAction中创建User 对象添加get和set 方法查看全部
-
使用Action属性接收参数查看全部
-
接收参数方式 1)使用Action的属性接收参数 2)使用Domain Model接收参数 3)使用Model Driven接收参数查看全部
-
3)在web.xml文件里配置后缀 <init-param><param-name>struts.action.extension></param><param-value>do</param-value></init-param>查看全部
-
2)可以在struts.property 中作配置:struts.action.extension=action,do,struts2,查看全部
-
修改Struts2后缀:1)在struts.xml文件里配置<constant name="struts.action.extension" value="html"></constant>查看全部
-
默认action 就是当没有找到路径时,跳转到此页面,例如错误页面 <default-action-ref name="index"></default-action-ref>查看全部
-
处理结果类型查看全部
-
指定多个配置文件:<include file="helloworld.xml"></include> 配置编码:<constant name="struts.i18n.encoding" value="UTF-8"></constant>查看全部
举报
0/150
提交
取消