Java Server Faces
Java Server Faces
* Required
Email address *
Your email
True False
A URL contains
information that
directs a browser
to the resource
that the user
wishes to access
Browsers
typically cache
the server’s
response to a
POST request
An h:panelGrid
element
organizes
elements in an
XHTML table.
An
h:selectOneMenu
element is
typically rendered
in a web page as
a set of radio
buttons
The messages
speciVed by an
element’s
requiredMessage
and
validatorMessage
attributes are
displayed in an
associated
h:message
element when
validation fail
The HTTP
protocol provides
information that
enables web
servers to
maintain state
information
regarding
particular clients.
The ui:repeat
element inserts
its nested
element(s) once
for each element
in a Collection.
The Collection
can be
IEnumerable type
framework’s ____________
processes each requested JSF
page
Java Bean
Faces Servlet
Faces Servlet
Java Bean
@SessionScoped
@RequestScoped
@ManagedBean
h:commandButton
h:form
h:inputText
h:panelGrid
f:validateLength
h:validateLength
f:validateSize
h:validateSize
@ManageBean
@RequestScoped
@SessionScoped
Submit
Forms