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:scriptlet>response.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 

Reply via email to