后台页面获取前台action的值的方法

1.前台action有user,password属性,并设置setter方法

用户名:${user}
密码:${password}

2.前台action有类实例,如private Student student = new Student();

姓名:<s:property value="%{student.sname}"/>
性别:<s:property value="%{student.ssex}"/>

posted on 2013-11-17 18:46  李园春秋  阅读(350)  评论(0编辑  收藏  举报

导航