在bean程序前面加上
package CartItem;再编译试试...

解决方案 »

  1.   

    <jsp:setProperty name="item0" property="pricePerItem" value=".34" />
                                                                 ^
    错误
    <jsp:setProperty name="item0" property="pricePerItem" value="0.34" />
      

  2.   

    javabean的位置放错了(我用的tomcat)
    jsp文件放在examples/jsp中javabean放在examples/WEB-INF/classes中就可以了
      

  3.   

    tomcat下使用javabean要打包,就是加package