Hi all I have a problem with loading css file.
1. I have page from which the form is submitted and and sent to the
servlet.
2. servlet inserts the sql query of inserting the data and redirects user to another
jsp
3. on that another jsp i have displayed the data currently inserted using sessions.
4. The data is displayed but the CSS file which is used for styling is not loaded
how to solve this problem?
many thanks in adv!!