Maki,
When you create a html page, open/close the tags properly.
For example, in Left.jsp, you dont have the <form> tag, but you have the </form> tag. So the browser got confused.
Usually when I create the
jsp page, whenever I open a tag, I make sure that I close the same, so that these sort of bugs can be avoided.
Please close all open tags, and try out doing the same, I am sure it will work
--Vikas