Grzegorz Kossakowski schrieb:
> Felix Knecht pisze:
>> I hope I haven't made any typos but it was hard to test because none
>> of the cocoon-forms-sample is working. Mostly they
>> fail with
>>
>> org.mozilla.javascript.EcmaError: ReferenceError: "Form" is not defined.
>> (file:/svn/apache/cocoon/trunk/core/cocoon-webapp/target/work/blocks/cocoon-forms-sample/flow/forms_flow_example.js#240)
>>
>> ReferenceError -
>> file:/svn/apache/cocoon/trunk/core/cocoon-webapp/target/work/blocks/cocoon-forms-sample/flow/forms_flow_example.js
>> - 240:0
>
> Have you tried accessing them by /blocks-test/cocoon-forms-sample/ ?
>
No, I used the 'normal' links provided by the application GUI
(http://localhost:8888/blocks/cocoon-forms-sample/). Using
your link gives me the follwing error (which probably will point me to typos in
my commits):
Caused by:
; Line#: 921; Column#: 147
javax.xml.transform.TransformerException: misquoted literal... expected single
quote!
at org.apache.xpath.compiler.XPathParser.error(XPathParser.java:608)
at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:199)
at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:96)
at org.apache.xpath.compiler.XPathParser.initXPath(XPathParser.java:110)
at org.apache.xpath.XPath.(XPath.java:225)
Thanks for the your link. I'm going to fix my typos.
Felix