Taglib question
Hello !
I am reading this excellent book, and am playing with the web-framework demo.
I am using the MyEclipse IDE and would like to try to put the demo in an MyEclipse J2EE WebModule project. After spending some time on solving various import/classpath errors, one problem remains:
The ..\war\WEB-INF\jsp\test.jsp complains about "could not load TLD for uri=/bind" on the first line in test.jsp:
<%@ taglib uri="/bind" prefix="bind" %>
I have not been able to figure out why I get this error, and would greatly appreciate any help on where this tag is located so I can fix my uri. I have found one in the i21.tld-file but when I try to use that uri I get other errors. Any help would be most welcome.
//jorgen.haukland
NORWAY
|