Quiz

Test your understanding of what you’ve learned so far about authentication methods.

We'll cover the following...
Technical Quiz
1.

Why did we add the attribute prependId="false" to the <h:form> tag?

A.

For specification, the input field names in the submitted request need to be in the form of j_xxx. With the attribute, it would be j_xxx.

B.

For specification, the input field names in the submitted request are not in the form of j_xxx. With the attribute, it would be login.j_xxx.

C.

For the specification, the input field names in the submitted request need to be in the form of j_xxx. With the attribute, it would be j_xxx.login.

D.

For the specification, the input field names in the submitted request need to be in the form of j_xxx. With the attribute, it would be h:form.j_xxx.


1 / 4