[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425678 
] 
            
Wendy Smoak commented on MYFACES-1376:
--------------------------------------

Matthias reverted part of r421297, here:

http://svn.apache.org/viewvc?rev=428629&view=rev (shared 2.0.4 trunk)
http://svn.apache.org/viewvc?rev=428630&view=rev (shared 2.0.3 branch)

myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/util/JavascriptUtils.java

-    private static final String AUTO_SCROLL_PARAM = 
"org_apache_myfaces_autoScroll";
-    private static final String AUTO_SCROLL_FUNCTION = 
"org_apache_myfaces_getScrolling";
+    private static final String AUTO_SCROLL_PARAM = "autoScroll";
+    private static final String AUTO_SCROLL_FUNCTION = "getScrolling";



> getScrolling is not defined in simple tree2 example
> ---------------------------------------------------
>
>                 Key: MYFACES-1376
>                 URL: http://issues.apache.org/jira/browse/MYFACES-1376
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 1.1.4-SNAPSHOT
>            Reporter: sean schofield
>         Assigned To: Matthias Weßendorf
>            Priority: Blocker
>             Fix For: 1.1.4-SNAPSHOT
>
>
> tree2NiceWrap.jsf throws a javascript error when you try to expand the node

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to