Am Thu, 19 Mar 2009 22:55:30 +0100
schrieb Tommi Mäkitalo <[email protected]>:

> On Donnerstag 19 März 2009 21:41:35 Hermann Flacke wrote:
> > Am Thu, 19 Mar 2009 17:35:51 +0100
> >
> > schrieb Maciej Pietrzak <[email protected]>:
> > > On Wed, Mar 18, 2009 at 20:43, Hermann Flacke
> > > <[email protected]>
> > >
> > > wrote:
> > > >  <script type="text/javascript" src="dojo/dojo.js"
> > > >  djConfig="parseOnLoad: true, isDebug: true"
> > > >  debugAtAllCosts: true></script>
> > >
> > > I think it should be:
> > >
> > > <script type="text/javascript" src="dojo/dojo.js"
> > > djConfig="parseOnLoad: true, isDebug: true
> > > debugAtAllCosts: true"></script>
> > >
> > > Quotation mark was in the middle of attribute value..
> >
> > Thanks for that hint. But I think there is still some problem. My
> > firebug does not recognize the further included javascript files.
> >
> > The dojo.js itself include some more files with this file layout
> >
> > dofo.js
> > back.js
> > ...
> > resources/modules.js
> > date/stamp.js
> > ....
> >
> > and so on.
> >
> > I assume that these files are not included by tntnet. On the other
> > hand, when I'm running this file from the apache (no ecpp code) web
> > server, the included javascript files are included - so shown by
> > firebug.
> >
> > Bye
> >
> 
> How did you include these js-files into your webapplication? Normally
> also static files like js-files are compiled with ecppc into
> components and included in the web application library. Tntnet does
> not serve static files from the file system without special
> configuration (by using sta...@tntnet).
> 
> Tommi

Right! That's it!. I didn't notice the sta...@tntnet expression.
This way all javascript files are included:

MapUrl  ^/(.*)$  sta...@tntnet $1

Thanks a lot!

Hermann


------------------------------------------------------------------------------
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