some time i face the problem that JSP page does not show data in browser.it does not mean there is some logical problem or bug in program because if we click 'view source' in IE 5.0 we see all required data but not in browser.the possible reason is not flushing data .i use out.flush(); but problem is not resolved. khurram mirza
If the data is showing up in the page source then it sounds like it is a HTML error rather than a servlet error. Can you post the first 10-15 lines or so of the page source (not the servlet source) No need to dump the entire page so we can have a look? Dave.