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 270853 - Netbeans is not able to detect css file even though it is located in the web pages folder. There is no problem in the css code since internal cascading works fine. This is related to Java Web Application.
Summary: Netbeans is not able to detect css file even though it is located in the web ...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 10:46 UTC by faizaaaniesta
Modified: 2017-06-11 11:01 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 faizaaaniesta 2017-06-11 10:46:32 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time
Steps:
Declare css file.
Link css to HTML file through <link>.

ACTUAL:
  nothing happens

EXPECTED:
Stylesheet is applied.
Comment 1 faizaaaniesta 2017-06-11 11:01:49 UTC
This is pertaining to Java Web Application. Again, inline and internal cascading works fine with the same code. I also did check for typos. The hierarchical representation of css file and html is as follows:
Web Pages ---> Css ---> styles.css
Web Pages ---> index.html

Any help is appreciated.