Multiple annotations found at this line: - javax.servlet.jsp.PageContext cannot be resolved to a type - Attribute (width
解决办法:到tomcat的lib目录下面找到这个包,然后在eclipse中,右击项目,选择Java Build Path>Libraries>Add External JARS,找到你计算机中的tomcat的安装路径,在common\lib文件夹下,选中"servlet-api.jar"和“jsp-api.jar”,添加点击“确定”,就行了