How to access css (cascading style sheets) file in jsf (javaserver faces) application?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

What are the various jsf api implementations you know?

1 Answers  


What are different JSF Converter tags?

1 Answers  


Explain the purpose of the <h: form> tag.

1 Answers  


Explain the different kinds of bean scopes in jsf?

1 Answers  


What is the life cycle of jsf (javaserver faces)?

1 Answers  


What is managed bean and backing bean in jsf?

1 Answers  


What do you understand by java server faces (jsf)?

1 Answers  


Explain different types of jsf events?

1 Answers  


What are the different types of validations in JSF?

1 Answers  


Explain the working of render phase in jsf.

1 Answers  


Explain value expression and method expressions?

1 Answers  


What is the use of controller module?

1 Answers  


Categories