While generating html output from jsp, the resultanthtml is inserting blank line at top. Anyone has idea,how to overcome this problem.
Well, did you try removing all white space around all of your jsp tags? Itwould have to look like this:<%@page ...%><html>...If that still doesn't work, write a servlet instead so you can have completecontrol over the response.