Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9186645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:34:49+00:00 2026-06-17T19:34:49+00:00

In Netbeans I have a sub folder called css and a file in it

  • 0

In Netbeans I have a sub folder called css and a file in it called testcss.css.

How do I get Facelets file from root to access the testcss.css file?

<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="/testcss.css" title="style" />

My directory structure is:

Root (not a folder)
    css (folder)
      testcss.css

A screenshot of the structure is available here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:34:50+00:00Added an answer on June 17, 2026 at 7:34 pm

    You should put CSS (and JS and image) resources in /resources folder (create one if it doesn’t exist).

    Web Pages
     |-- META-INF
     |-- WEB-INF
     |-- resources
     |    |-- css
     |    |    `-- style.css
     |    |-- js
     |    |    `-- script.js
     |    `-- img
     |         `-- logo.png
     |-- index.xhtml
     :
    

    Once accomplished that, you should be able to reference the CSS (and JS and image) resources using the appropriate JSF components <h:outputStylesheet> (and <h:outputScript> and <h:graphicImage>) as follows:

    <h:outputStylesheet name="css/style.css" />
    <h:outputScript name="js/script.js" />
    <h:graphicImage name="img/logo.png" />
    

    No need to fiddle with relative paths. JSF will automagically generate the proper URL.

    See also:

    • How to reference CSS / JS / image resource in Facelets template?
    • What is the JSF resource library for and how should it be used?
    • Structure for multiple JSF projects with shared code
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making text editor in netbeans and have added jMenuItems called Copy,Cut &
I have a NetBeans java project. This project ( src folder) is composed of
I have a NetBeans project and the Mercurial repository is in the project root.
I have NetBeans project from tutorial which causes exception: Exception in thread main java.lang.UnsatisfiedLinkError:
Hi I have netbeans 6.7.1. My build.xml file creates a jar file. Now I
In netbeans I have a JDialog with a JPanel component (called Keypad). I simply
Applications built on top of the NetBeans platform have a <myappdir>/etc/<myapp>.conf file determining, among
I am using Netbeans to debug PHP. I dont have access to php.ini so
I have Netbeans 7.1.2 running and I am trying to access some text files
I am new to java and I have to transfer file from Android application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.