Loading the javascript using dojo.require in JSP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gaya3
    New Member
    • Aug 2007
    • 184

    Loading the javascript using dojo.require in JSP

    All,
    Can anyone say how to load the javascript from jsp using dojo.require..
    I have tried like dojo.require("s ample1.ex1.dojo Js");
    But it failed to load...
    Anyone pl help... Thanks in Advance...
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Does this work on a normal HTML page? Have you checked the file path and that the files exist?

    Comment

    Working...