Property 'pimage' not found on type java.lang.String
这就是特么傻逼错误!!!!
<c:forEach items="${pagedatas.list} " var="p">
<div class="col-md-2">
<a href="product_info.htm"> <img src="${pageContext.request.contextPath}/${p.pimage}"
width="170" height="170" style="display: inline-block;">
</a>
<p>
<a href="product_info.html" style='color: green'>${p.pname}</a>
</p>
<p>
<font color="#FF0000">商城价:¥${p.market_price}</font>
</p>
</div>
</c:forEach>
看到items=后边的那个东西了么 “”里边有空格!!!!!!!!
把它去掉!!!!
再犯我就是傻逼!!