Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: Bridge
-
Labels:None
-
Environment:jsf2.0 ICEfaces-2.0
Description
[junit] Caused an ERROR
> [junit] ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)
> [junit] ======= EXCEPTION START ========
> [junit] EcmaError: lineNumber=[11] column=[0] lineSource=[<no source>] name=[ReferenceError] sourceName=[script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)] message=[ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)]
> [junit] com.gargoylesoftware.htmlunit.ScriptException: ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)
> [junit] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:513)
> [junit] at org.mozilla.javascript.Context.call(Context.java:515)
> [junit] at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:507)
new with rev 21100 to 21106
> [junit] ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)
> [junit] ======= EXCEPTION START ========
> [junit] EcmaError: lineNumber=[11] column=[0] lineSource=[<no source>] name=[ReferenceError] sourceName=[script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)] message=[ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)]
> [junit] com.gargoylesoftware.htmlunit.ScriptException: ReferenceError: "ice" is not defined. (script in http://localhost:8080/jsf-systest/faces/composite/nesting03.xhtml from (11, 171) to (11, 208)#11)
> [junit] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:513)
> [junit] at org.mozilla.javascript.Context.call(Context.java:515)
> [junit] at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:507)
new with rev 21100 to 21106
This problem was introduced with revision 21092 (ICE_5524, 5517 when Mircea added script component as form child instead of component resource, simplified javascript (according to his comment on svn log).