Re: AUTO_SCROLL Kills Command Links

2006-06-20 Thread Bruno Aranda

Are your commandLinks inside h:form tags?

Bruno

On 6/17/06, Enrique Medina [EMAIL PROTECTED] wrote:

Me too :-(


On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:

 I have also brought this issue up before, still have it with 1.1.4
Snapshot.




 On 6/16/06, Mike Duffy [EMAIL PROTECTED]  wrote:
  This issue has been brought up in multiple posts to this list.
 
  I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
for both).
 
  When I configure AUTO_SCROLL to true, the command links do not function.
 
  Mike
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 






Re: AUTO_SCROLL Kills Command Links

2006-06-20 Thread Dennis Byrne
Actually, I noticed this on one of my JSPs yesterday.  I didn't have time to 
look at it in detail, but I noticed the problem goes away if I moved the 
following line of code from above the html tag to *after* the last 
jsp:include / tag.

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

Dennis Byrne

-Original Message-
From: Bruno Aranda [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 20, 2006 10:08 AM
To: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command Links

Are your commandLinks inside h:form tags?

Bruno

On 6/17/06, Enrique Medina [EMAIL PROTECTED] wrote:
 Me too :-(


 On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
 
  I have also brought this issue up before, still have it with 1.1.4
 Snapshot.
 
 
 
 
  On 6/16/06, Mike Duffy [EMAIL PROTECTED]  wrote:
   This issue has been brought up in multiple posts to this list.
  
   I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
 for both).
  
   When I configure AUTO_SCROLL to true, the command links do not function.
  
   Mike
  
   __
   Do You Yahoo!?
   Tired of spam?  Yahoo! Mail has the best spam protection around
   http://mail.yahoo.com
  
 
 







Re: AUTO_SCROLL Kills Command Links

2006-06-20 Thread Mike Duffy
Yes.  My commandLinks are inside h:form tags.

Here is what I have in my web.xml:

  context-param
param-nameorg.apache.myfaces.AUTO_SCROLL/param-name
param-valuetrue/param-value 
description
/description
  /context-param

Mike



--- Bruno Aranda [EMAIL PROTECTED] wrote:

 Are your commandLinks inside h:form tags?
 
 Bruno
 
 On 6/17/06, Enrique Medina [EMAIL PROTECTED] wrote:
  Me too :-(
 
 
  On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
  
   I have also brought this issue up before, still have it with 1.1.4
  Snapshot.
  
  
  
  
   On 6/16/06, Mike Duffy [EMAIL PROTECTED]  wrote:
This issue has been brought up in multiple posts to this list.
   
I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
  for both).
   
When I configure AUTO_SCROLL to true, the command links do not function.
   
Mike
   
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
   
  
  
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: AUTO_SCROLL Kills Command Links

2006-06-20 Thread Mike Duffy
Tried this and got the following error:

00:34:23,632 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.ClassNotFoundException: org.apache.jsp.view.common.login_jsp
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at 
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:133)
at 
org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:65)
at 
org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:596)
at 
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:147)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:315)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

I am using container managed security.

Mike


--- Dennis Byrne [EMAIL PROTECTED] wrote:

 Actually, I noticed this on one of my JSPs yesterday.  I didn't have time to 
 look at it in
 detail, but I noticed the problem goes away if I moved the following line of 
 code from above the
 html tag to *after* the last jsp:include / tag.
 
 jsp:scriptletresponse.setContentType(text/html; 
 charset=utf-8);/jsp:scriptlet
 
 Dennis Byrne
 
 -Original Message-
 From: Bruno Aranda [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 20, 2006 10:08 AM
 To: 'MyFaces Discussion'
 Subject: Re: AUTO_SCROLL Kills Command Links
 
 Are your commandLinks inside h:form tags?
 
 Bruno
 
 On 6/17/06, Enrique Medina [EMAIL PROTECTED] wrote:
  Me too :-(
 
 
  On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
  
   I have also brought this issue up before, still have it with 1.1.4
  Snapshot.
  
  
  
  
   On 6/16/06, Mike Duffy [EMAIL PROTECTED]  wrote:
This issue has been brought up in multiple posts to this list.
   
I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
  for both).
   
When I configure AUTO_SCROLL to true, the command links do not 
function.
   
Mike
   
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
   
  
  
 
 
 
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: AUTO_SCROLL Kills Command Links

2006-06-18 Thread Jim the Standing Bear
Could this be it? I was compiling the code on a Windows XP machine as well?
On 6/18/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:
or:create an issue and upload a sample war fileOn 6/17/06, Dennis Byrne 
[EMAIL PROTECTED] wrote: Can some of you post a directory listing of WEB-INF/lib ?A snippet of all jsf related context params would help as well. Dennis Byrne -Original Message-
 From: Hailong Zhang [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 18, 2006 01:11 AM To: 'MyFaces Discussion' Subject: Re: AUTO_SCROLL Kills Command Links
  Hi Dennis, I have this problem too. My environment is Windows XP sp2, Firefox1.5.0.4, JDK 1.5.0_06-b05. MyFaces 1.1.3  Tomahawk 1.1.3,  2006/6/18, Dennis Byrne 
[EMAIL PROTECTED]:   I still can't reproduce this - using the simple examples web application  (myfaces distribution).I tried w/ trunk and with MyFaces 
1.1.3 and  Tomahawk 1.1.3 .getScrolling() renders when the  org.apache.myfaces.AUTO_SCROLL context parameter is set to true and  getScrolling() dows not render when the org.apache.myfaces.AUTO_SCROLLcontext
 parameter is set to false.In both cases and the outputLink  elements on the home page work.   @Mike - An example of the org.apache.myfaces.AUTO_SCROLL context param, w/
  a few lines of documentation, is in web.xml of the simple examples  application.   So ... what is it about your dev environments that is different?It is  probably something simple.
   Dennis Byrne-Original Message-  From: Jim the Standing Bear [mailto:
[EMAIL PROTECTED]]  Sent: Saturday, June 17, 2006 03:09 PM  To: 'MyFaces Discussion'  Subject: Re: AUTO_SCROLL Kills Command Links  
  It is a problem with the _javascript_ function getScrolling(). Somehow it  doesn't get generated. This goes true not for commandlinks, but also  other  stuff.One way to workaround is to run with an earlier version of the
  myFaces, and look at the rendered html/_javascript_ source code from the  web  browser. Copy down the function getScolling()... then insert this  function
  in your .jsp file, and then compile and run with the newer version of  tomahawk. that way, the JS function will be there.On 6/17/06, Mike Duffy 
[EMAIL PROTECTED] wrote: Thx Dennis. If you use the Tomahawk jar from the 
1.1.1 example app, the command  links   work. I am not a _javascript_ guru, but the _javascript_ that is generated is   definitely different between
   the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you  might   see the answer. Also, I can't seem to find my reference for configuring AUTO_SCROLL in
   general.Searching the   Wiki does not help and there's lots of noise in Google.Can you please   forward a reference link?  
   Mike   --- Dennis Byrne [EMAIL PROTECTED] wrote:  
Hey guys.   The dev team recognizes the problem and I promise it will be  fixed.Any   pointers from the user
community will help.   Dennis Byrne   -Original Message-
From: Enrique Medina [mailto:[EMAIL PROTECTED]]Sent: Saturday, June 17, 2006 02:11 AMTo: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command LinksMe too :-(On 6/16/06, Raj Rajendran 
[EMAIL PROTECTED] wrote: I have also brought this issue up before, still have it with   
1.1.4Snapshot. On 6/16/06, Mike Duffy 
[EMAIL PROTECTED] wrote:   This issue has been brought up in multiple posts to this list. 
  I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and   greatest  for both). 
  When I configure AUTO_SCROLL to true, the command links do not   function.  
  Mike   __  Do You Yahoo!?
  Tired of spam?Yahoo! Mail has the best spam protection around  http://mail.yahoo.com 
   
 __   Do You Yahoo!?   Tired of spam?Yahoo! Mail has the best spam protection around
   http://mail.yahoo.com  --  --
  Standing Bear Has Spoken  --  
--Matthias WessendorfAechterhoek 1848282 Emsdettenblog: http://jroller.com/page/mwessendorfmail: mwessendorf-at-gmail-dot-com
-- --Standing Bear Has Spoken-- 


Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Raj Rajendran
I have also brought this issue up before, still have it with 1.1.4 Snapshot.
On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:
This issue has been brought up in multiple posts to this list.I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest for both).When I configure AUTO_SCROLL to true, the command links do not function.
Mike__Do You Yahoo!?Tired of spam?Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com



Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Enrique Medina
Me too :-(On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
I have also brought this issue up before, still have it with 1.1.4 Snapshot.
On 6/16/06, Mike Duffy [EMAIL PROTECTED]
 wrote:
This issue has been brought up in multiple posts to this list.I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest for both).When I configure AUTO_SCROLL to true, the command links do not function.
Mike__Do You Yahoo!?Tired of spam?Yahoo! Mail has the best spam protection around
http://mail.yahoo.com





Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
Hey guys.

The dev team recognizes the problem and I promise it will be fixed.  Any 
pointers from the user community will help.

Dennis Byrne

-Original Message-
From: Enrique Medina [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 17, 2006 02:11 AM
To: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command Links

Me too :-(

On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:

 I have also brought this issue up before, still have it with 1.1.4Snapshot.



 On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:
 
  This issue has been brought up in multiple posts to this list.
 
  I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
  for both).
 
  When I configure AUTO_SCROLL to true, the command links do not function.
 
 
  Mike
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 







Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Mike Duffy
Thx Dennis.

If you use the Tomahawk jar from the 1.1.1 example app, the command links work.

I am not a Java Script guru, but the java script that is generated is 
definitely different between
the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you might see 
the answer.

Also, I can't seem to find my reference for configuring AUTO_SCROLL in general. 
 Searching the
Wiki does not help and there's lots of noise in Google.  Can you please forward 
a reference link?

Mike


--- Dennis Byrne [EMAIL PROTECTED] wrote:

 Hey guys.
 
 The dev team recognizes the problem and I promise it will be fixed.  Any 
 pointers from the user
 community will help.
 
 Dennis Byrne
 
 -Original Message-
 From: Enrique Medina [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 17, 2006 02:11 AM
 To: 'MyFaces Discussion'
 Subject: Re: AUTO_SCROLL Kills Command Links
 
 Me too :-(
 
 On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
 
  I have also brought this issue up before, still have it with 1.1.4Snapshot.
 
 
 
  On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:
  
   This issue has been brought up in multiple posts to this list.
  
   I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest
   for both).
  
   When I configure AUTO_SCROLL to true, the command links do not function.
  
  
   Mike
  
   __
   Do You Yahoo!?
   Tired of spam?  Yahoo! Mail has the best spam protection around
   http://mail.yahoo.com
  
 
 
 
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Jim the Standing Bear
It is a problem with the _javascript_ function getScrolling(). Somehow it doesn't get generated. This goes true not for commandlinks, but also other stuff. One way to workaround is to run with an earlier version of the myFaces, and look at the rendered html/_javascript_ source code from the web browser. Copy down the function getScolling()... then insert this function in your .jsp file, and then compile and run with the newer version of tomahawk. that way, the JS function will be there.

On 6/17/06, Mike Duffy [EMAIL PROTECTED] wrote:
Thx Dennis.If you use the Tomahawk jar from the 1.1.1 example app, the command links work.
I am not a _javascript_ guru, but the _javascript_ that is generated is definitely different betweenthe current 1.1.3 jar and the 1.1.1 jar; if you compare the two you might see the answer.Also, I can't seem to find my reference for configuring AUTO_SCROLL in general.Searching the
Wiki does not help and there's lots of noise in Google.Can you please forward a reference link?Mike--- Dennis Byrne [EMAIL PROTECTED] wrote:
 Hey guys. The dev team recognizes the problem and I promise it will be fixed.Any pointers from the user community will help. Dennis Byrne -Original Message-
 From: Enrique Medina [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 17, 2006 02:11 AM To: 'MyFaces Discussion' Subject: Re: AUTO_SCROLL Kills Command Links
  Me too :-(  On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:   I have also brought this issue up before, still have it with 
1.1.4Snapshot. On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote: This issue has been brought up in multiple posts to this list.
 I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and greatest   for both). When I configure AUTO_SCROLL to true, the command links do not function.
   Mike __   Do You Yahoo!?   Tired of spam?Yahoo! Mail has the best spam protection around
   http://mail.yahoo.com __
Do You Yahoo!?Tired of spam?Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com-- --
Standing Bear Has Spoken-- 


Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
I still can't reproduce this - using the simple examples web application 
(myfaces distribution).  I tried w/ trunk and with MyFaces 1.1.3 and Tomahawk 
1.1.3 .  getScrolling() renders when the org.apache.myfaces.AUTO_SCROLL context 
parameter is set to true and getScrolling() dows not render when the 
org.apache.myfaces.AUTO_SCROLL context parameter is set to false.  In both 
cases and the outputLink elements on the home page work.

@Mike - An example of the org.apache.myfaces.AUTO_SCROLL context param, w/ a 
few lines of documentation, is in web.xml of the simple examples application.

So ... what is it about your dev environments that is different?  It is 
probably something simple.

Dennis Byrne


-Original Message-
From: Jim the Standing Bear [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 17, 2006 03:09 PM
To: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command Links

It is a problem with the JavaScript function getScrolling(). Somehow it
doesn't get generated. This goes true not for commandlinks, but also other
stuff.  One way to workaround is to run with an earlier version of the
myFaces, and look at the rendered html/javascript source code from the web
browser. Copy down the function getScolling()... then insert this function
in your .jsp file, and then compile and run with the newer version of
tomahawk. that way, the JS function will be there.

On 6/17/06, Mike Duffy [EMAIL PROTECTED] wrote:

 Thx Dennis.

 If you use the Tomahawk jar from the 1.1.1 example app, the command links
 work.

 I am not a Java Script guru, but the java script that is generated is
 definitely different between
 the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you might
 see the answer.

 Also, I can't seem to find my reference for configuring AUTO_SCROLL in
 general.  Searching the
 Wiki does not help and there's lots of noise in Google.  Can you please
 forward a reference link?

 Mike


 --- Dennis Byrne [EMAIL PROTECTED] wrote:

  Hey guys.
 
  The dev team recognizes the problem and I promise it will be fixed.  Any
 pointers from the user
  community will help.
 
  Dennis Byrne
 
  -Original Message-
  From: Enrique Medina [mailto:[EMAIL PROTECTED]
  Sent: Saturday, June 17, 2006 02:11 AM
  To: 'MyFaces Discussion'
  Subject: Re: AUTO_SCROLL Kills Command Links
  
  Me too :-(
  
  On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
  
   I have also brought this issue up before, still have it with
 1.1.4Snapshot.
  
  
  
   On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:
   
This issue has been brought up in multiple posts to this list.
   
I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and
 greatest
for both).
   
When I configure AUTO_SCROLL to true, the command links do not
 function.
   
   
Mike
   
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
   
  
  
  
 
 
 


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com




--
--
Standing Bear Has Spoken
--





Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Hailong Zhang
Hi Dennis, I have this problem too. My environment is Windows XP sp2, Firefox1.5.0.4, JDK 1.5.0_06-b05. MyFaces 1.1.3  Tomahawk 1.1.3,2006/6/18, Dennis Byrne 
[EMAIL PROTECTED]:I still can't reproduce this - using the simple examples web application (myfaces distribution).I tried w/ trunk and with MyFaces 
1.1.3 and Tomahawk 1.1.3 .getScrolling() renders when the org.apache.myfaces.AUTO_SCROLL context parameter is set to true and getScrolling() dows not render when the org.apache.myfaces.AUTO_SCROLL context parameter is set to false.In both cases and the outputLink elements on the home page work.
@Mike - An example of the org.apache.myfaces.AUTO_SCROLL context param, w/ a few lines of documentation, is in web.xml of the simple examples application.So ... what is it about your dev environments that is different?It is probably something simple.
Dennis Byrne-Original Message-From: Jim the Standing Bear [mailto:[EMAIL PROTECTED]]Sent: Saturday, June 17, 2006 03:09 PM
To: 'MyFaces Discussion'Subject: Re: AUTO_SCROLL Kills Command LinksIt is a problem with the _javascript_ function getScrolling(). Somehow itdoesn't get generated. This goes true not for commandlinks, but also other
stuff.One way to workaround is to run with an earlier version of themyFaces, and look at the rendered html/_javascript_ source code from the webbrowser. Copy down the function getScolling()... then insert this function
in your .jsp file, and then compile and run with the newer version oftomahawk. that way, the JS function will be there.On 6/17/06, Mike Duffy [EMAIL PROTECTED]
 wrote: Thx Dennis. If you use the Tomahawk jar from the 1.1.1 example app, the command links work. I am not a _javascript_ guru, but the _javascript_ that is generated is
 definitely different between the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you might see the answer. Also, I can't seem to find my reference for configuring AUTO_SCROLL in
 general.Searching the Wiki does not help and there's lots of noise in Google.Can you please forward a reference link? Mike --- Dennis Byrne 
[EMAIL PROTECTED] wrote:  Hey guys.   The dev team recognizes the problem and I promise it will be fixed.Any pointers from the user
  community will help.   Dennis Byrne   -Original Message-  From: Enrique Medina [mailto:
[EMAIL PROTECTED]]  Sent: Saturday, June 17, 2006 02:11 AM  To: 'MyFaces Discussion'  Subject: Re: AUTO_SCROLL Kills Command Links  
  Me too :-(On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote: I have also brought this issue up before, still have it with
 1.1.4Snapshot. On 6/16/06, Mike Duffy [EMAIL PROTECTED]
 wrote:   This issue has been brought up in multiple posts to this list.   I am using MyFaces Core 
1.1.3 and Tomahawk 1.1.3 (latest and greatestfor both).   When I configure AUTO_SCROLL to true, the command links do not
 function.  Mike   __
Do You Yahoo!?Tired of spam?Yahoo! Mail has the best spam protection aroundhttp://mail.yahoo.com
 __
 Do You Yahoo!? Tired of spam?Yahoo! Mail has the best spam protection around http://mail.yahoo.com--
--Standing Bear Has Spoken--


Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
Can some of you post a directory listing of WEB-INF/lib ?  A snippet of all jsf 
related context params would help as well.

Dennis Byrne

-Original Message-
From: Hailong Zhang [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 18, 2006 01:11 AM
To: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command Links

Hi Dennis,
I have this problem too. My environment is Windows XP sp2,
Firefox1.5.0.4, JDK 1.5.0_06-b05. MyFaces 1.1.3  Tomahawk 1.1.3,

2006/6/18, Dennis Byrne [EMAIL PROTECTED]:

 I still can't reproduce this - using the simple examples web application
 (myfaces distribution).  I tried w/ trunk and with MyFaces 1.1.3 and
 Tomahawk 1.1.3 .  getScrolling() renders when the
 org.apache.myfaces.AUTO_SCROLL context parameter is set to true and
 getScrolling() dows not render when the 
 org.apache.myfaces.AUTO_SCROLLcontext parameter is set to false.  In both 
 cases and the outputLink
 elements on the home page work.

 @Mike - An example of the org.apache.myfaces.AUTO_SCROLL context param, w/
 a few lines of documentation, is in web.xml of the simple examples
 application.

 So ... what is it about your dev environments that is different?  It is
 probably something simple.

 Dennis Byrne


 -Original Message-
 From: Jim the Standing Bear [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 17, 2006 03:09 PM
 To: 'MyFaces Discussion'
 Subject: Re: AUTO_SCROLL Kills Command Links
 
 It is a problem with the JavaScript function getScrolling(). Somehow it
 doesn't get generated. This goes true not for commandlinks, but also
 other
 stuff.  One way to workaround is to run with an earlier version of the
 myFaces, and look at the rendered html/javascript source code from the
 web
 browser. Copy down the function getScolling()... then insert this
 function
 in your .jsp file, and then compile and run with the newer version of
 tomahawk. that way, the JS function will be there.
 
 On 6/17/06, Mike Duffy [EMAIL PROTECTED] wrote:
 
  Thx Dennis.
 
  If you use the Tomahawk jar from the 1.1.1 example app, the command
 links
  work.
 
  I am not a Java Script guru, but the java script that is generated is
  definitely different between
  the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you
 might
  see the answer.
 
  Also, I can't seem to find my reference for configuring AUTO_SCROLL in
  general.  Searching the
  Wiki does not help and there's lots of noise in Google.  Can you please
  forward a reference link?
 
  Mike
 
 
  --- Dennis Byrne [EMAIL PROTECTED] wrote:
 
   Hey guys.
  
   The dev team recognizes the problem and I promise it will be
 fixed.  Any
  pointers from the user
   community will help.
  
   Dennis Byrne
  
   -Original Message-
   From: Enrique Medina [mailto:[EMAIL PROTECTED]
   Sent: Saturday, June 17, 2006 02:11 AM
   To: 'MyFaces Discussion'
   Subject: Re: AUTO_SCROLL Kills Command Links
   
   Me too :-(
   
   On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
   
I have also brought this issue up before, still have it with
  1.1.4Snapshot.
   
   
   
On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:

 This issue has been brought up in multiple posts to this list.

 I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and
  greatest
 for both).

 When I configure AUTO_SCROLL to true, the command links do not
  function.


 Mike

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

   
   
   
  
  
  
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 
 
 
 
 --
 --
 Standing Bear Has Spoken
 --
 








Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Matthias Wessendorf

or:
create an issue and upload a sample war file

On 6/17/06, Dennis Byrne [EMAIL PROTECTED] wrote:

Can some of you post a directory listing of WEB-INF/lib ?  A snippet of all jsf 
related context params would help as well.

Dennis Byrne

-Original Message-
From: Hailong Zhang [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 18, 2006 01:11 AM
To: 'MyFaces Discussion'
Subject: Re: AUTO_SCROLL Kills Command Links

Hi Dennis,
I have this problem too. My environment is Windows XP sp2,
Firefox1.5.0.4, JDK 1.5.0_06-b05. MyFaces 1.1.3  Tomahawk 1.1.3,

2006/6/18, Dennis Byrne [EMAIL PROTECTED]:

 I still can't reproduce this - using the simple examples web application
 (myfaces distribution).  I tried w/ trunk and with MyFaces 1.1.3 and
 Tomahawk 1.1.3 .  getScrolling() renders when the
 org.apache.myfaces.AUTO_SCROLL context parameter is set to true and
 getScrolling() dows not render when the 
org.apache.myfaces.AUTO_SCROLLcontext parameter is set to false.  In both cases and 
the outputLink
 elements on the home page work.

 @Mike - An example of the org.apache.myfaces.AUTO_SCROLL context param, w/
 a few lines of documentation, is in web.xml of the simple examples
 application.

 So ... what is it about your dev environments that is different?  It is
 probably something simple.

 Dennis Byrne


 -Original Message-
 From: Jim the Standing Bear [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 17, 2006 03:09 PM
 To: 'MyFaces Discussion'
 Subject: Re: AUTO_SCROLL Kills Command Links
 
 It is a problem with the JavaScript function getScrolling(). Somehow it
 doesn't get generated. This goes true not for commandlinks, but also
 other
 stuff.  One way to workaround is to run with an earlier version of the
 myFaces, and look at the rendered html/javascript source code from the
 web
 browser. Copy down the function getScolling()... then insert this
 function
 in your .jsp file, and then compile and run with the newer version of
 tomahawk. that way, the JS function will be there.
 
 On 6/17/06, Mike Duffy [EMAIL PROTECTED] wrote:
 
  Thx Dennis.
 
  If you use the Tomahawk jar from the 1.1.1 example app, the command
 links
  work.
 
  I am not a Java Script guru, but the java script that is generated is
  definitely different between
  the current 1.1.3 jar and the 1.1.1 jar; if you compare the two you
 might
  see the answer.
 
  Also, I can't seem to find my reference for configuring AUTO_SCROLL in
  general.  Searching the
  Wiki does not help and there's lots of noise in Google.  Can you please
  forward a reference link?
 
  Mike
 
 
  --- Dennis Byrne [EMAIL PROTECTED] wrote:
 
   Hey guys.
  
   The dev team recognizes the problem and I promise it will be
 fixed.  Any
  pointers from the user
   community will help.
  
   Dennis Byrne
  
   -Original Message-
   From: Enrique Medina [mailto:[EMAIL PROTECTED]
   Sent: Saturday, June 17, 2006 02:11 AM
   To: 'MyFaces Discussion'
   Subject: Re: AUTO_SCROLL Kills Command Links
   
   Me too :-(
   
   On 6/16/06, Raj Rajendran [EMAIL PROTECTED] wrote:
   
I have also brought this issue up before, still have it with
  1.1.4Snapshot.
   
   
   
On 6/16/06, Mike Duffy [EMAIL PROTECTED] wrote:

 This issue has been brought up in multiple posts to this list.

 I am using MyFaces Core 1.1.3 and Tomahawk 1.1.3 (latest and
  greatest
 for both).

 When I configure AUTO_SCROLL to true, the command links do not
  function.


 Mike

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

   
   
   
  
  
  
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 
 
 
 
 --
 --
 Standing Bear Has Spoken
 --
 










--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com