首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts表单属性简略标签

2012-09-04 
struts表单属性简单标签?由于select标签利用了从后台去值,所以引入了:bodys:property valueuser.user

struts表单属性简单标签

?由于select标签利用了从后台去值,所以引入了:

  <body>    <s:property value="user.username"/><br>     <s:property value="user.password"/><br>      <s:property value="user.sex"/><br>       <s:property value="user.love"/><br>        <s:property value="user.hf"/><br>         <s:property value="user.provice"/><br>  </body>

?

热点排行