am developing a java web application using netbeans ide(jdk 1.6, tomcat 7, mysql, spring 3.0.2, hibernate).I have a multiactioncontroller named 'maincon'. In web.xml, the home page is set as redirect.jsp. the redirect.jsp will redirect the request to index page with the help of multiaction controller. now how can I use css files in this index.jsp
I have a 'indexpageStyle.css' file in the WEB-INF/resources/styles/. if more information is required to answer this, please ask.
Thanks in advance
Add a comment
|