How to access css (cascading style sheets) file in jsf (javaserver faces) application?
Answer / Shashank Sharma
"To access a CSS file in a JSF application, you can include it as a resource in your Facelet. Place the CSS file in the appropriate directory and reference it using the f:style tag or directly in your XHTML file."
| Is This Answer Correct ? | 0 Yes | 0 No |
what are facelets JSF tags?
Mention two ways of binding supported by JSF?
Name some important event handlers.
List the various benefits of java server faces.?
Why jsf is not so popular as mvc framework like spring mvc, even though its older?
Explain the difference between the attributes immediate and rendered?
What are standard JSF tag libraries?
How to declare the message beans in the faces –config.xml file?
How to implement internationalization (i18n) in JSF?
What is eager managed bean?
What is javaserver faces technology?
What are JSF life cycle phases?