Duplicate Prefix Error in Jsp page with Struts
- by Cricandcric.com
Hi, i am creating and Configuring the Struts for the first time, when I place the following Code in my jsp page
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib…