css not working with jsp + servlet
843835Oct 2 2002 — edited Apr 11 2003i defined a css and included the
<link rel="stylesheet" href="deploy.css" type="text/css">
in every jsp pages that i want to use the css in...
if i open the single frame page .jsp alone ...it will have the css effect... but if i use the servlet to call the .jsp page with the hidden value and display it in the main frame i want....it wont have the css effect....i wonder why?