The tag handler class for "bean:write" was not found on Java Build Path

问题描述:

在Eclipse中新建了一个Java Web项目,编写好jsp文件后出现以下问题:

The tag handler class for "bean:write" was not found on Java Build Path

解决方法:

在当前工程中添加struts-taglib-1.3.8.jar文件,就能解决,怎么添加这个文件,请看我的另一篇文章: https://blog.csdn.net/AIMINdeCSDN/article/details/103560280

解决效果:

The tag handler class for "bean:write" was not found on Java Build Path