This is weird. I have a servlet that forwards me to a page.
Normally the page was working fine. However now I have some
hidden form elements (actually a long list of them) that are
created dynamically from an array populated in the servlet.
The weird thing is that unless I slow down the loop that
prints out the <input hidden..bla bla> then somehow the
servlet ends up redirecting me to the error page. If I slow up
this loop by a print to the errorlog in between each
iteration, then the page loads up fine.
Any ideas ? I'm baffled here.
Thanks
Rick

===========================================================================
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://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