<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://com.ibm.bpe.jsf/taglib" prefix="bpe"%> ProcessTemplateList.jsp

Process templates

To start a process, click the name in the list.
<%-- Make sure that the command bar's model refers to the same managed bean as in the details or list handler. You will find the definition of the managed bean in faces-config.xml. Please refer to the InfoCenter for more details on the command bar component and on commands. --%>
<%-- Insert list handler which operates on the type com.ibm.bpe.api.ProcessTemplateData. Add columns which refer to the type's properties. The names will translate to appropriate getter methods on the bean, e.g. "name" translates to "getName()". Please refer to the InfoCenter for more information on list handlers and other types. --%>