JSP页面传值的问题 - Java / Web 开发
<logic:iterate id="deviceElement" name="deviceList"> <tr>
<td height="20" bgcolor="#FFFFFF">
<div align="center">
<input type="checkbox" name="checkbox2" id="checkbox2" />
</div>
</td>
<td height="20" bgcolor="#FFFFFF" class="STYLE6">
<div align="center">
<span class="STYLE19">
<bean:write name="deviceElement" property="devicenumber" />
</span>
</div>
</td>
<td height="20" bgcolor="#FFFFFF" class="STYLE19">
<div align="center">
<bean:write name="deviceElement" property="devicename"/>
</div>
</td>
<td height="20" bgcolor="#FFFFFF" class="STYLE19">
<div align="center">
<bean:write name="deviceElement" property="devicedescribing"/>
</div>
</td>
&n
相关问答:
一个JSP页面接收其他页面提交过来的FORM表单,但是要求只接收当前站点及其子站点提交过来的FORM表单,其他站点提交过来的表单不接收,这个怎么设置?
用过滤器
filter
将当前站点及其子站点放一个目录
然 ......
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 52 in the jsp file: /vip_info.jsp
ÕË cannot be resolved
49: <table border="1& ......
如: @superwaring("unchecked");
这个里面都可以取哪些值啊,还有类似的 @superwaring标签有哪些啊
没用过。。
看jee的api
javax.persistence里
@superwaring("unchecked");只是忽略 ......