NetAdvantage tags not recognised in JSP MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 2 replies, 2 voices, and was last updated 16 years, 8 months ago by abhirg. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 17, 2008 at 6:01 pm #289153 Reply abhirgMember Hi, MyEclipse 6.0 is not recognising tags in my .JSP page. I have included taglibs defined on page. <%@ taglib uri=”http://java.sun.com/jsf/html” prefix=”h” %> <%@ taglib uri=”http://java.sun.com/jsf/core” prefix=”f” %> <%@ taglib uri=”http://myfaces.apache.org/tomahawk” prefix=”t”%> <%@ taglib uri=”http://www.infragistics.com/faces/netadvantage” prefix=”ig”%> It certainly doesn’t recognise most of the NetAdvantage tags for example “smartRefreshIds”. There is no auto suggestions in the editor. How can I make myEclipse to recognise NetAdvantage 8.1 tags. Thanks September 18, 2008 at 2:33 pm #289183 Reply Loyal WaterMember Do you have the tags library on your project build path? September 18, 2008 at 4:28 pm #289190 Reply abhirgMember @support-nipun wrote: Do you have the tags library on your project build path? We have the jar files that include the tlds in the build path. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: NetAdvantage tags not recognised in JSP You must be logged in to post in the forum log in