Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Pro JSP
|
Pro JSP Advanced JSP coding questions. Beginning questions will be redirected to the Beginning JSP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro JSP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 10th, 2007, 04:54 AM
Authorized User
 
Join Date: Jul 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to david_marsetty
Default plz respond this quetion

org.apache.jasper.JasperException: /first.jsp(3,0) Illegal value of scope attribute: customer (must be one of "page", "request", "session", or "application")
    org.apache.jasper.compiler.DefaultErrorHandler.jsp Error(DefaultErrorHandler.java:83)
    org.apache.jasper.compiler.ErrorDispatcher.dispatc h(ErrorDispatcher.java:402)
    org.apache.jasper.compiler.ErrorDispatcher.jspErro r(ErrorDispatcher.java:186)
    org.apache.jasper.compiler.JspUtil.checkScope(JspU til.java:252)
    org.apache.jasper.compiler.Validator$ValidateVisit or.visit(Validator.java:536)
    org.apache.jasper.compiler.Node$UseBean.accept(Nod e.java:1133)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.j ava:2176)
    org.apache.jasper.compiler.Node$Visitor.visitBody( Node.java:2226)
    org.apache.jasper.compiler.Node$Visitor.visit(Node .java:2232)
    org.apache.jasper.compiler.Node$Root.accept(Node.j ava:485)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.j ava:2176)
    org.apache.jasper.compiler.Validator.validate(Vali dator.java:1515)
    org.apache.jasper.compiler.Compiler.generateJava(C ompiler.java:253)
    org.apache.jasper.compiler.Compiler.compile(Compil er.java:459)
    org.apache.jasper.compiler.Compiler.compile(Compil er.java:442)
    org.apache.jasper.JspCompilationContext.compile(Js pCompilationContext.java:552)
    org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:291)
    org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:301)
    org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:248)
    javax.servlet.http.HttpServlet.service(HttpServlet .java:856)

M.david
__________________
M.david
 
Old December 13th, 2007, 10:01 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 373
Thanks: 0
Thanked 1 Time in 1 Post
Default

Check the scope value given for the bean customer in first.jsp it should be one of "page" "request" "session" or "application". Check for correct spelling.

- Rakesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
CVS checkout using NAnt doesnot respond kalpana2009 NAnt 1 October 1st, 2007 07:08 AM
Cannot get panel to respond to tab key AndrewH Java GUI 0 January 29th, 2007 04:41 PM
Shell Command doesn't respond in W2K machines kan_lenny Pro VB.NET 2002/2003 0 September 13th, 2006 07:36 PM
simple API question (I think) - please respond Irwin Fletcher C# 1 July 20th, 2004 02:44 PM
Please Respond immediately sainaidu SQL Server 2000 2 August 10th, 2003 08:25 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.