hi,
   my jsp page doesnt do any great things.I wanted to test a code and the
test page doesnt have anything but it gets a value from the previous page or
an querystring by request.getParameter("number") and printing something out
that many times using a for loop.
  i dont know whats wrong.if sometimes i try to save the file with  a
different name, then it works. But thats too rare.

Please help,
I think something to do with IBM Websphere.
thanks.




>From: Nathan Revo <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: errors in compiling
>Date: Fri, 18 Aug 2000 10:58:46 -0600
>
>Some Java(JSP) calls require you to use the try{}catch{} expressions to
>capture "exceptions".  In other words, the program is asking you to test
>your code inside a try{} statement to try for possible problems, and use
>the
>catch{} clause to capture and handle those problems.  What is your JSP
>pages
>trying to do?
>
>-----Original Message-----
>From: sumit shah [mailto:[EMAIL PROTECTED]]
>Sent: Friday, August 18, 2000 10:51 AM
>To: [EMAIL PROTECTED]
>Subject: errors in compiling
>
>
>hi,
>   i made a simple jsp page and tried running it. i am using the IBM
>Websphere Application Server.
>   when i try to run the page the following errors are displayed.
>Unhandled error! You might want to consider having an error page to report
>such errors more gracefullycom.sun.jsp.JspException: Compilation failed
>         at com.sun.jsp.compiler.Main.compile(Main.java:341)
>         at com.sun.jsp.runtime.JspLoader.compile(JspLoader.java:86)
>         at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:200)
>          ..........................................................
>whats wrong with it,
>Can someone please help me out.
>thanks.
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to