}
以上是三种传值方式
下面是EL表达式与OGNL表达式的显示值的试。
el:{usrename}<br/>
el:{password}<br/>
el:{nickname}<br/>
el:{user}<br/>
el:{pd}<br/>
struts:<s:property value="username"/><br/>
struts:<s:property value="password"/><br/>
struts:<s:property value="nickname"/><br/>
struts:<s:property value="user"/><br/>
struts:<s:property value="#request.pd"/><br/>
原文地址:http://blog.csdn.net/revent/article/details/40210707