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 the various jsf api implementations you know?
What are different JSF Converter tags?
Explain the purpose of the <h: form> tag.
Explain the different kinds of bean scopes in jsf?
What is the life cycle of jsf (javaserver faces)?
What is managed bean and backing bean in jsf?
What do you understand by java server faces (jsf)?
Explain different types of jsf events?
What are the different types of validations in JSF?
Explain the working of render phase in jsf.
Explain value expression and method expressions?
What is the use of controller module?