Hello people

I am using recusrion to fill up a combobox with strings in my JSP
program. It works fine when the number of strings is less, but throws
a StackOverflowError when the number of strings is 600 or more. I
found in the documentation that StackOverflowError means that "an
application recurses too deeply."  Does that mean I am going into a
infinite loop? If not, what can be done in the situation? Is a
re-design the only way out?

Thanks in advance
liza


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.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