[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-03 Thread Wendy Smoak (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425566 
] 

Wendy Smoak commented on MYFACES-1376:
--

On 02-Aug-2006, Matthias wrote:
 FIXED IN BRANCH

URL: http://svn.apache.org/viewvc?rev=428231view=rev
Log: fixed MYFACES-1376 by moving to commits from svn commit: r421297 to 
branch

URL: http://svn.apache.org/viewvc?rev=428230view=rev
Log: fixed MYFACES-1376 by moving to commits from svn commit: r421297 to 
branch

... and r421297 is:
Author: mmarinschek
Date: Wed Jul 12 08:54:40 2006
New Revision: 421297

URL: http://svn.apache.org/viewvc?rev=421297view=rev
Log:
made calling of several javascript functions dependent on if they are actually 
present. Added source section to the poms. Default message now also prints the 
message of the causes of an exception.


 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




[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-03 Thread Wendy Smoak (JIRA)
[ 
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=428629view=rev (shared 2.0.4 trunk)
http://svn.apache.org/viewvc?rev=428630view=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




[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425401 
] 

sean schofield commented on MYFACES-1376:
-

schedule1.jsf component is also experiencing this problem when you try to 
advance the calendar

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




[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425406 
] 

sean schofield commented on MYFACES-1376:
-

Apparently Michael Hartman marked this as patch available but I don't see one.  
Changing status back to Open.

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




[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread Dennis Byrne (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425423 
] 

Dennis Byrne commented on MYFACES-1376:
---

There were a ton of users on the users list who had the problem but nobody 
could trace it down.  I was one of the folks who couldn't reproduce it.  A few 
weeks later I had the problem on a few pages of my app.  I didn't spend much 
time on it, but for some reason I could fix it by adjusting position of the 
following element ...

jsp:scriptletresponse.setContentType(text/html; 
charset=utf-8);/jsp:scriptlet  

very weird

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




[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread JIRA
[ 
http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425433 
] 

Matthias Weßendorf commented on MYFACES-1376:
-

These page have also the same problem

click on HOME for
http://localhost:8080/myfaces/sample1.jsf

click *each* link for:
http://localhost:8080/myfaces/masterDetail.jsf
http://localhost:8080/myfaces/dataScroller.jsf
http://localhost:8080/myfaces/sortTable.jsf
http://localhost:8080/myfaces/sortAutoTable.jsf
http://localhost:8080/myfaces/sortAutoTable2.jsf
http://localhost:8080/myfaces/pagedSortTable.jsf
http://localhost:8080/myfaces/openDataTable.jsf
http://localhost:8080/myfaces/crossDataTable.jsf#

 stopping here ...
and trying 1.1.5 core


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