jsp中如果从action传过来的值大于等于5时,这个值的这一个背景色变其他颜色
<c:whentest="${deviceInfo.UserTime>=5}">bgcolor="red"</c:when><c:otherwise>bgcolor="#...
<c:when test="${deviceInfo.UserTime>=5}">
bgcolor= "red"</c:when><c:otherwise > bgcolor="#FFFFFF"
</c:otherwise>
</c:choose> ><div align="center"><span class="STYLE1"><%=deviceInfo.getUserTime() %></span></div></td>
为什么 大于等于5的表格还是没变色?
<td height="20"
<c:choose>
<c:set var="userTime" scope="session" value="<%=deviceInfo.getUserTime() %>"/>
<c:when test="$UserTime>=5}">
bgcolor= "red"</c:when><c:otherwise > bgcolor="#FFFFFF"
</c:otherwise>
</c:choose> ><div align="center"><span class="STYLE1"><%=deviceInfo.getUserTime() %></span></div></td>
源码这样的,加了你的,报错这样Illegal child tag in "c:choose" tag: "c:set" tag 展开
bgcolor= "red"</c:when><c:otherwise > bgcolor="#FFFFFF"
</c:otherwise>
</c:choose> ><div align="center"><span class="STYLE1"><%=deviceInfo.getUserTime() %></span></div></td>
为什么 大于等于5的表格还是没变色?
<td height="20"
<c:choose>
<c:set var="userTime" scope="session" value="<%=deviceInfo.getUserTime() %>"/>
<c:when test="$UserTime>=5}">
bgcolor= "red"</c:when><c:otherwise > bgcolor="#FFFFFF"
</c:otherwise>
</c:choose> ><div align="center"><span class="STYLE1"><%=deviceInfo.getUserTime() %></span></div></td>
源码这样的,加了你的,报错这样Illegal child tag in "c:choose" tag: "c:set" tag 展开
推荐于2016-07-22
展开全部
这段上面加:
<c:set var="usertime" scope="session" value="<%=deviceInfo.UserTime%>"/>
然后下面的when里面改成 test=“$usertime>=5”
试试
<c:set var="usertime" scope="session" value="<%=deviceInfo.UserTime%>"/>
然后下面的when里面改成 test=“$usertime>=5”
试试
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询