How to access js (javascript) file in jsf (javaserver faces) application?
Answer / Salil Shukla
To access JavaScript files in a JSF (JavaServer Faces) application, you can use the h:outputScript tag. This tag allows you to include external or inline JavaScript code in your JSF pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is resource bundling in jsf?
Tell us about the purpose of the converter tags in jsf.
Give a list of facelet tags.
List the benefits of data table tags in JSF?
What does ajax stand for?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
Explain the purpose of the <h: form> tag.
What is javaserver faces navigation model?
Explain the differences between a managed bean and backing bean in jsf?
What is view object?
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
What does the @managedproperty annotation mean?