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

Summary: CSS don't reload during web application execution
Product: serverplugins Reporter: RodrigoX10
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

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?