Hello,
I want to upgrade Cocoon in my project.
I did the following things:
-download Cocoon 2.1.9
-compiled it
-replaced old jars/libs with newer
-merged changes of forms-samples-styling.xsl and subfiles with project
specific changes
First Question: Is there anything more i have to do? A HowToUpdate would
be very nice in future.
Secend Question/Problem: With Firefox erverything seems to work like
before but with IE I get "The Website http://localhost... can not be
opend. Process canceled" (translated from German). I found out that when
i delete the import of dojo.js (<script
src="{$resources-uri}/dojo/dojo.js" type="text/javascript"/>) in
forms-field-styling.xsl I get a Website and some Javascript errors like
"dojo is not defined".
I hope somebody can help me.
Robert Blank
Edit:
I found the problem in line 684 of dojo.js in dojo-rsrc-20060310.jar:
document.createStyleSheet().addRule("v\\:*","behavior:url(#default#VML)");
So i extracted the file and import it in my project and delete this
line. But now i get JS error in FF and IE:
Error: symbol 'cocoon.forms' is not defined after loading '__package__.js'
File: http://localhost:8080/.../resources/js/dojo.js
Line: 77
This problem has to do something with moving the file from jar to my
project.
Still hope someone can help me...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]