知识点1:struts标签中尽量不使用敏感字符比如id。
知识点2:struts标签里不支持嵌套(例如:<s:textfield name="birthday" value="<s:date name="model.birthday" format="yyyy-MM-dd"/>"/>)
知识点3:struts密码标签回显属性:showPassword="true"<s:password name="password" value="%{model.password}" showPassword="true"></s:password>
相对路径和绝对路径:https://blog.csdn.net/muxiayayoumei/article/details/48680607