Which tag in JSF converts it as an HTML 'a' anchor element that, when clicked, works as a form submit button?

19. Which tag in JSF converts it as an HTML "a" anchor element that, when clicked, works as a form submit button?

  1. <h:commandLink>
  2. <h:aLink>
  3. <h:anchor>

Answer: A) <h:commandLink>

Explanation:

<h:commandLink> tag in JSF converts it as an HTML "a" anchor element that, when clicked, works as a form submit button

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.