Hi, I am trying to use the Dojo library as a standalone resource with Struts 2.1.8. The problem is that i have already included the Dojo plugin for Struts 2.1.8 (the jar is inside WEB-INF/lib). There seems to be a conflict now. Because the autocompleter <sx:aucomplter> I used before no longer works if i include the Dojo Dojo library as a standalone resource (/resources/js/dojo-release-1.4.2/dojo/dojo.js) in my JSP. How do you use both ? The standalone version and the plugin version ? Thanks.

