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