ProductSummaryPage.xhtml


Dosyayı İndir
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core">
  <h:head>
    <title>JSF JPA</title>
    <meta http-equiv="Content-Type"
        content="text/html;charset=utf-8"/>
  </h:head>
  <h:body>
    <h1>Ürün Özet</h1>
    <h:form>
      Ulam : <h:selectOneMenu value="#{productSummaryBean.selectedCategoryId}">
        <f:selectItems value="#{productSummaryBean.categoryItems}" />
      </h:selectOneMenu><br/><br/>
      <h:commandButton action="#{productSummaryBean.filter()}" value="Süz"/><br/><br/>          
      <h:dataTable value="#{productSummaryBean.productList}" var="product" border="1">
        <h:column>
          <f:facet name="header">Ürün Kimliği</f:facet> 
          <h:outputText value="#{product.productId}"/>
        </h:column>
        <h:column>
          <f:facet name="header">Ürün Adı</f:facet> 
          <h:outputText value="#{product.productName}"/>
        </h:column>
        <h:column>
          <f:facet name="header">Satış Ederi</f:facet> 
          <h:outputText value="#{product.salesPrice}"/>
        </h:column>
        <h:column>
          <f:facet name="header">Ulam Adı</f:facet> 
          <h:outputText value="#{product.category.categoryName}"/>
        </h:column>
        <h:column>
          <h:outputLink value="ProductDetailPage.xhtml"> 
            <f:param name="productId" value="#{product.productId}"/>
            Güncelle 
          </h:outputLink>
        </h:column>

        <h:column>
          <h:commandLink action="#{productSummaryBean.delete()}"> 
            <f:param name="productId" value="#{product.productId}"/>
            Sil 
          </h:commandLink>
        </h:column>
      </h:dataTable><br/>
      <h:outputLink value="ProductDetailPage.xhtml"> Ekle </h:outputLink><br/><br/>
      <h:outputLink value="index.xhtml"> Ev </h:outputLink><br/>
    </h:form>
  </h:body>
</html>


				
Dosyayı İndir

Bu Sayfayı Paylaş:




Bu Sayfayı Paylaş:

İletişim Bilgileri

Takip Et

Her Hakkı Saklıdır. Bu sitede yayınlanan tüm bilgi ve fikirlerin kullanımından fibiler.com sorumlu değildir. Bu sitede üretilmiş , derlenmiş içerikleri, fibiler.com'u kaynak göstermek koşuluyla kendi sitenizde kullanılabilirsiniz. Ancak telif hakkı olan içeriklerin hakları sahiplerine aittir