struts2 s:if中判断request.setAttribute中users对象中的sgrade是否小于100 5
<s:iftest="#request.users.sgrade<100"><c:forEachitems="${list}"var="product"><li><div...
<s:if test="#request.users.sgrade<100">
<c:forEach items="${list}" var="product">
<li><div style='width:170;height:250'>
<a href="<%=basePath%>test/displayProduct?productID=${product.id}">
<img src="${product.imgUrl1}" style="width:170;height:170"/>
${product.M_DIM3_ID} ${product.M_DIM7_ID} ${product.value} ${product.name}</a><br>
<font>${product.priceList}</font>
</div></li>
</c:forEach>
</s:if>
<s:else>
<c:forEach items="${list}" var="product">
<li><div style='width:170;height:250'>
<a href="<%=basePath%>test/displayProduct?productID=${product.id}">
<img src="${product.imgUrl1}" style="width:170;height:170"/>
${product.M_DIM3_ID} ${product.M_DIM7_ID} ${product.value} ${product.name}</a><br>
<font>${product.priceaCtual}</font><strike>${product.priceList}</strike>
</div></li>
</c:forEach>
</s:else>
其中小于100走的是else中大于100也是走到else中 求高手帮忙解答 谢谢 展开
<c:forEach items="${list}" var="product">
<li><div style='width:170;height:250'>
<a href="<%=basePath%>test/displayProduct?productID=${product.id}">
<img src="${product.imgUrl1}" style="width:170;height:170"/>
${product.M_DIM3_ID} ${product.M_DIM7_ID} ${product.value} ${product.name}</a><br>
<font>${product.priceList}</font>
</div></li>
</c:forEach>
</s:if>
<s:else>
<c:forEach items="${list}" var="product">
<li><div style='width:170;height:250'>
<a href="<%=basePath%>test/displayProduct?productID=${product.id}">
<img src="${product.imgUrl1}" style="width:170;height:170"/>
${product.M_DIM3_ID} ${product.M_DIM7_ID} ${product.value} ${product.name}</a><br>
<font>${product.priceaCtual}</font><strike>${product.priceList}</strike>
</div></li>
</c:forEach>
</s:else>
其中小于100走的是else中大于100也是走到else中 求高手帮忙解答 谢谢 展开
1个回答
展开全部
真的吗,我看你的jsp中 if 和 else 的代码相似度太高了<font>${product.priceaCtual}</font><strike>${product.priceList}</strike就这个不同吧,会不会看错??
不行的话,在jsp上输出
<br/>
<font>users.sgrade:::${user.sgrade}</font>
看看sgrade是不是取到<100的值了
试试无妨
不行的话,在jsp上输出
<br/>
<font>users.sgrade:::${user.sgrade}</font>
看看sgrade是不是取到<100的值了
试试无妨
追问
是的 就那个地方不同 sgrade取到值了的
追答
如果是sgrade=130 和70 时都出现else部分,我只能说,jsp没写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询