Re: Firefox and servlet issues

2006-07-06 Thread Mark Thomas
Cameron wrote: > Any ideas... Any suggestions most appreciated. Use ieHttpHeaders for IE and Live HTTP Headers with Firefox to take a look at the requests & responses going back and forth. It may shed some light on the issue. Mark -

Firefox and servlet issues

2006-07-06 Thread Cameron
Hello We have a servlet which uses org.jdom.output.XMLOutputter to update a file and at the end of the servlet there is a redirect using response.sendRedirect(). The servlet works perfectly on IE but displays a blank screen on firefox upon submission. There are no errors on tomcat. Any ideas...