Hi, i m having some problem with my struts application. I am tring do a forward from action class to some jsp page. When i do so the jsp loads but without the CSS formatting . But when i give the complete path of that jsp, everything loads properly. Please help.
Can you give a little code for your action, the struts configuration and the locations of your JSP and CSS files for us to be able to solve your problem better...
In general when creating links inside an app you'll want to use the <html:rewrite> (Struts 1), <s:url> (Struts 2), or <c:url> (JSTL) to create the links. This way you decouple your JSP from the deployment environment.