<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <%@ taglib prefix="beehive-petstore" tagdir="/WEB-INF/tags/beehive/petstore" %>
 
${bundle.view.itemIdLabel} ${bundle.view.productIdLabel} ${bundle.view.descriptionLabel} ${bundle.view.inStockLabel} ${bundle.view.quantityLabel} ${bundle.view.listPriceLabel} ${bundle.view.totalCostLabel}  

${bundle.view.subTotalLabel}:
 
${bundle.view.emptyCartMessage}.