Code Listing 2: Correct panelGrid component code

<h:panelGrid columns="2">
  <af:outputText value="Firstname:"/>
  <af:inputText value="#{pageFlowScope.employeeDetail.first_name}"/>
  <af:outputText value="Lastname:"/>
  <af:inputText value="#{pageFlowScope.employeeDetail.last_name}"/>
  <af:outputText value="Email:"/>
  <af:inputText value="#{pageFlowScope.employeeDetail.email}"/>
  <af:outputText value="Hiredate:"/>
  <af:inputText value="#{pageFlowScope.employeeDetail.hire_date}"/>
  <af:outputText value="Salary:"/>
  <af:inputText value="#{pageFlowScope.employeeDetail.salary}"/>
</h:panelGrid>

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy