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
>  tag to *after* the last  tag.
> 
> response.setContentType("text/html; 
> charset=utf-8");
> 
> 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-20 Thread Mike Duffy
Yes.  My commandLinks are inside h:form tags.

Here is what I have in my web.xml:

  
org.apache.myfaces.AUTO_SCROLL
true 


  

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 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  tag to *after* the last 
 tag.

response.setContentType("text/html; 
charset=utf-8");

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 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-18 Thread Hailong Zhang
Hi all,    I have tried to reproduce this problem, but I failed. I new a simplest application and turn on AUTO_SCROLL, it works well.     However, in my real application, AUTO_SCROLL doesn't work. Maybe It conflicts with some other config. Here is my 
web.xml and faces-config.xml:web.xml:http://java.sun.com/xml/ns/j2ee
" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="
http://java.sun.com/xml/ns/j2ee   http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">            Faces Servlet
        javax.faces.webapp.FacesServlet        0                Faces Servlet
        *.faces                Jenia internal servlet        
org.jenia.faces.util.Servlet        2                Jenia internal servlet
        /jenia4faces/*                javax.faces.STATE_SAVING_METHOD        server
                org.apache.myfaces.ALLOW_JAVASCRIPT        true    
            org.apache.myfaces.DETECT_JAVASCRIPT        false        
        org.apache.myfaces.PRETTY_HTML        true                
org.apache.myfaces.AUTO_SCROLL        false                org.springframework.web.context.ContextLoaderListener
                sessionFilter        org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
                sessionFilter        *.faces    
            sessionFilter        /*                contextConfigLocation
        /WEB-INF/classes/gleeContext.xml                javax.faces.CONFIG_FILES        /WEB-INF/faces-
config.xml,/WEB-INF/faces-managed-beans.xml,/WEB-INF/faces-navigation.xml                MyFacesExtensionsFilter
        org.apache.myfaces.webapp.filter.ExtensionsFilter                    maxFileSize            20m
                            uploadThresholdSize            100k        
                MyFacesExtensionsFilter        *.faces        
        MyFacesExtensionsFilter        /faces/*                MyFacesExtensionsFilter
        /faces/myFacesExtensionResource/*            Fudan VOD
            org.apache.axis.transport.http.AxisHTTPSessionListener                AxisServlet
        org.apache.axis.transport.http.AxisServlet                AdminServlet        
org.apache.axis.transport.http.AdminServlet        100                SOAPMonitorService
        org.apache.axis.monitor.SOAPMonitorService                    SOAPMonitorPort            5001
                100                AxisServlet        /servlet/AxisServlet
                AxisServlet        *.jws    
            AxisServlet        /services/*        
        SOAPMonitorService        /SOAPMonitor                5
                wsdl        text/xml        
        xsd        text/xml    faces-config.xml:

http://java.sun.com/dtd/web-facesconfig_1_1.dtd">            edu.fudan.glee.view.bundle.MessageBundle        
            zh_CN           org.springframework.web.jsf.DelegatingVariableResolver    
            StringConverter        edu.fudan.glee.view.bean.StringConverter    
                      
Hope it helps.2006/6/18, Jim the Standing Bear <[EMAIL PROTECTED]>:
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 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 Me

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 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 _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.4Sna

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


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



AUTO_SCROLL Kills Command Links

2006-06-16 Thread Mike Duffy
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