June 2014
Intermediate to advanced
578 pages
12h 2m
English
Adding a new row is also a simple task. First, you need to provide a form that reflects a table row content, as shown in the following screenshot:

This form can be easily implemented using the following code:
... <h:inputText value="#{playersBean.player}"/> <h:inputText value="#{playersBean.age}"/> <h:inputText value="#{playersBean.birthplace}"/> <h:inputText value="#{playersBean.residence}"/> <h:inputText value="#{playersBean.height}"/> <h:inputText value="#{playersBean.weight}"/> <h:inputText value="#{playersBean.coach}"/> <h:inputText value="#{playersBean.born}"> <f:convertDateTime pattern="dd.MM.yyyy" /> </h:inputText> <h:inputText ...Read now
Unlock full access