cancel
Showing results for 
Search instead for 
Did you mean: 

CSS not reflecting !!!

Former Member
0 Kudos

Hi,

I have done a JSP page and applied the css file (say xyz.css in css folder)by concatinating the path to the <b>WebPath</b>.. Thereby I could apply the styles required.

Now if I modify the css file , say I want to change some image URL...then it is not reflecting in the JSP File.

Can any one help me in this..

Cheers,

KumarR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi kumar,

first u have to clear the browser cache..then u check it works..

regards

bhargava

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey,

Thanks all..The responses were really helpful..

Cheers,

kumarR

Former Member
0 Kudos

Hi,

Refer this thread

Clear Browser cache.

Regards,

Senthil K.

Former Member
0 Kudos

Hi

static files like .js or .css are cached in the J2EE Engine's http cache.

You can clear the cache with the visual admin tool.

-> server

-> services

-> HTTP Provider

refer this thread

2 approach . you can rename the css file and give the renamed file path in the jsp

Regards

Ganesan S