display:table 中拼接字串用法

来源:互联网 发布:mac怎么设置合盖休眠 编辑:程序博客网 时间:2024/05/16 05:44

<display:table name="dplyList.viewList" uid="now" border="0" width="100%" height="30" sort="list" requestURI="<%=dplyURL.toString()%>" >    

<display:column height="30" title="选择" width="10%" >  

<input name="radiobutton" type="radio" class="input_radio" value="radiobutton" onClick="showdetail(event.srcElement.parentElement.parentElement)">  </display:column>   

 <display:column property="PARTNER_ID" title="合作伙伴标识" sortable="true" width="20%"/>  <display:column property="NAME" title="合作伙伴名称" sortable="true"  width="60%" />    

<display:column height="30" title="操作" width="10%" >   <a href="#" onClick="deleteHZHB('" + <bean:write name="now" property="PARTNER_ID" /> + "')">删除</a>   

</display:column>