-- ebu
When using the following setup:
- Tomcat 3.2.1
- servlet 2.2
- Mozilla 0.9.2
and doing a RequestDispatcher.forward(), Mozilla displays
an empty page. A 'view source' shows the correct HTML code
that should be displayed.
Any idea what's going on?
-- ebu:
Yup. Check your HTML. I had a missing TITLE close tag (or, actually, a missing
slash in the close tag...)
Yes, Mozilla is very picky about the HTML it shows, so almost always when you get an empty page, you have an unenclosed tag somewhere. Works with tables too. --Janne
Add new attachment
Only authorized users are allowed to upload new attachments.