InterviewSolution
Saved Bookmarks
| 1. |
List some of the attributes of tag in JSF? |
|
Answer» The attributes of tag in JSF are accepted, CLASS, enctype, id, lang, RENDERED, ONCLICK and onsubmit. 18. Which tag is used to upload a file on the website in JSF?The tag which is used to upload a file on the website in JSF is . JSF USES HTML element of file type. This tag is used for the file to get it as INPUT. |
|