You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by xianwinwin <xi...@gmail.com> on 2008/03/11 17:49:44 UTC

cannot find the tag library descriptor for dojo.

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: cannot find the tag library descriptor for dojo.

Posted by Dave Newton <ne...@yahoo.com>.
--- xianwinwin <xi...@gmail.com> wrote:
> <%@ taglib uri="/struts-dojo-tags" prefix="sx" %>

Are you using S2.1?

/struts-dojo-tags is only for S2.1 and should be available if you have the
Dojo plugin on your classpath.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org