jsp实现商品展示时,List后面的类发生错误

List显示Product cannot be resolvef to a type
下面获取值时,显示The method getpimage() is undefined for the type Product.
已经引入包,请问要怎么改?

img

img

img

这样导包了吗,<%@page import="domain.Product "%> 你看你这里都是报错的

img