I am not sure if it were my settings. I first got the log message that commons.IO was missing so I added it reloaded my webapp and refreshed the browser, but it, as if the browser was not loading the file.
After I closed my FF instance and restarted it again, all worked.

But now two other problems occured:
   Form not found with id form on normal pages
and
djConfig.baseScriptUri has no properties (on exception pages -> no toggling is working) on error pages.

I am at the moment searching for the reason, and will post the answer as soon as I have found it, so that other users won't have the same problems.


Jesse Kuhnert schrieb:

The browser cache? Well, let me know if it was something you think would be
valuable to document at least. (Ie something that less experienced users
might not figure out immediately)

On 7/31/06, Robert Binna <[EMAIL PROTECTED]> wrote:


Sorry for bothering the list.

I could fix the problem myself. It was a combination of not adding
Commons.IO and the browser cache...

Robert Binna schrieb:

> Hi
>
> I just downloaded the tapestry 4.1 jars and tried to run my existing
> project with it.
>
> When I am lookin into the javascript-console I get a "dojo is not
> defined". But when I look at the source of my page all seems okay:
>
> This is the generated output of my head section, it seems as if the
> script does not get sourced correct, do I have to put dojo in a
> seperate location?
>
> <html>
> <head>
> <meta name="generator" content="Tapestry Application Framework,
> version 4.1"/>
> <meta http-equiv="content" content="no-cache"/>
> <meta http-equiv="Content-Type"
content="text/html;charset=ISO-8859-15"/>
> <title>Markierungswerkzeug</title>
> <script type="text/javascript">djConfig = { isDebug: true,
> debugContainerId:'debug',
> baseRelativePath:"
http://127.0.0.1:8080/Control/control?service=asset&path=%2Fdojo%2F";,
> preventBackButtonFix: false, parseWidgets: false }; </script>
>
> <script type="text/javascript"
> src="
http://127.0.0.1:8080/Control/control?service=asset&path=%2Fdojo%2Fdojo.js
"></script><script
> type="text/javascript"
> src="
http://127.0.0.1:8080/Control/control?service=asset&path=%2Ftapestry%2Fcore.js
"></script>
>
>
> <script type="text/javascript">dojo.require("dojo.logging.Logger");
> dojo.log.setLevel(dojo.log.getLevel("WARNING"));</script><link
> rel="stylesheet" type="text/css"
> href="/Control/default/products/Icoadmin/freestyler.css"/>
> <link rel="stylesheet" type="text/css"
> href="/Control/default/products/Icoadmin/index.css"/>
> <meta http-equiv="Refresh" content="1830;
> URL=
http://127.0.0.1:8080/Control/control?page=MarkerToolPage&amp;service=page
"/>
>
> </head>
>
> Kind regards, Robert
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to