编辑代码

<%@ page import="com.bean.ShopCar"%>
<%
   ShopCar car=new ShopCar();
   session.setAttribute("car",car);
   %>

   <jsp:setProperty name="car" property="*"/>