Hi fellows..
I have a bunch of
jsp pages with a cascading style sheet. If I do forward from a
servlet to the JSP the CSS doesn't work, but if I do a response.sendRedirect the jsp 'recognizes' the CSS.
As far as i know, forward is faster because it does not create a new request, so I was using it for this reason. In some cases I'm using redirect because it displays in the status bar in which page the user is currently located.
Has anyone experienced this problem? I'm using Forte for
java 4.0 CE bundle with
Tomcat.
thanks