This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256439 - CSS don't reload during web application execution
Summary: CSS don't reload during web application execution
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.0.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-07 18:29 UTC by RodrigoX10
Modified: 2016-05-17 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RodrigoX10 2015-11-07 18:29:46 UTC
If I create a JAVA WEB application and execute it.
During the execution, if I change the html structure and reload page, the changes will shows up. 
If I change the jsp algorithm and reload the page, it will shows up too.
But If I change the CSS Elements in the stylesheet and reload, it doesn't work, even if I delete the CSS File, the old style will shows up on the page.
I don't know if it is a NetBeans problem or if it is a GlassFish Server problem (the Server which runs the jsp application). But I can't work if I can't see the changes of my web application style.
Comment 1 Petr Hejl 2016-05-17 14:10:53 UTC
Works fine for me. What server and browser do you use? Might be a browser cache problem. Does it happen when you always open page in fresh anonymous/incognito window?