Hello,

I am trying do use the javscript dojo toolkit with tntnet.
This is the relevant part of my ecpp code

------------------------ snip -----------------------------------
<html>
 <head>
  <title>ecpp-application dummy</title>
 <script type="text/javascript" src="dojo/dojo.js"
 djConfig="parseOnLoad: true, isDebug: true"
 debugAtAllCosts: true></script>
    <script type="text/javascript">
            dojo.require("dojo.parser");
            dojo.require("dijit.form.ValidationTextBox");
    </script>

    <style type="text/css">
        @import "dojo/resources/dojo.css";
        @import "dijit/themes/tundra/tundra.css";
    </style>

</head>
........
------------------------ snip -----------------------------------

This is the MapUrl from the tntnet.conf file:

------------------------ snip -----------------------------------
MapUrl  ^/$   du...@dummy
MapUrl  (.*$) du...@dummy $1    # => for all the .css and .js

------------------------ snip -----------------------------------

But my firebug debugger tells me:

dojo is not defined
dojo.require("dojo.parser"); 

I guess there ist something going wrong with the "dojo.require"
statements.

Any help?


Thanks



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to