Hi there, I'm trying to incorporate some the dojo in my application. for this I do:
I have a file that look like this: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="/struts-tags" prefix="s" %> <%@ taglib uri="/struts-dojo-tags" prefix="sx" %> <%@ taglib uri="/WEB-INF/displaytag-el-12.tld" prefix="display" %> Problem is that my URI (uri="/struts-dojo-tags") is not located. (cannot find the tag library descriptor). I checked and realized that under my WebContent\struts there's a folder name dojo but even a reference such as <%@ taglib uri="/struts/dojo" prefix="sx" %> doesn't work what are my options? thank you! -- View this message in context: http://www.nabble.com/cannot-find-the-tag-library-descriptor-for-dojo.-tp15978677p15978677.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]