Need help with DOJO
        Posted  
        
            by Vani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vani
        
        
        
        Published on 2010-05-20T13:04:46Z
        Indexed on 
            2010/05/20
            13:10 UTC
        
        
        Read the original article
        Hit count: 301
        
dojo
I am trying to integrate DOJO to my existing struts application. Listed below are the steps I followed.
1.Downloaded DOJO 1.4, copied dijit,dojo and dojox folders under my application folder jsp->js>DOJO
- copy paste "dialog via mark up example" (http://www.dojotoolkit.org/reference-guide/dijit/Dialog.html#dijit-dialog) 
- When I run the application, I am getting javasript error dojo undefined. 
What I am missing?
© Stack Overflow or respective owner