Hi,
I have written a very simple
JSP code which contains html and shows seneral fields(text fields). Though I have not yet attached any validations on these fields but I am not able to see the page when I try it to open through IE, it gives me the error message 'page can not be found'. Strange enough when I save the same code with a different file extension other than jsp and try opening through IE am able to see the page and fields.
code name : sample.jsp (not able to view if opening through IE)
codename :sample.jsp.latest or sample.jsp.bkp(able to view the page through IE)
Can anyone explain this erratic behaviour am I missing something?