Quiz
Test your understanding of what you’ve learned so far about authentication methods.
Why did we add the attribute prependId="false"
to the <h:form>
tag?
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
.
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
.
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
.
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
.
Get hands-on with 1400+ tech skills courses.