Lisa,
ideally u shd not be getting this error.
Maybe u can send more of ur code...

Or else try this. declare int i outside the for loop.
then inside th for loop use (i=0;i<fc2List.size();i++).

-anoop

-----Original Message-----
From: Lisa Xu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 11:55 AM
To: [EMAIL PROTECTED]
Subject: Variable i may not have been initialized. for ( int i = 0; i <
fc2List.size(); i++ ) ...... Please help


Hi

The jsp page i created keeps coming up this error msg.
I am stuck here, and i don't see why int i has not been initialized.

Please help

Regards,

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to