Which tag is used to upload a file on the website in jsf?
Answer / Kaushal Kishor Mishra
The h:inputFile tag is used to create an HTML input type='file' element in JSF, allowing users to upload files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
What is a class student?
What is view object?
Mention some of the functions that the backing bean method performs?
Explain the difference between jsf 1.0vs.jsf 2.0?
how JSF is different from conventional JSP?
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
What is h:form tag in jsf (javaserver faces)?
What is h:datatable tag in jsf (javaserver faces)?
Explain @CustomScoped annotations?
What are the requirements for using integrated jsf using jdbc?