<%@ 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"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> TaskInstanceDetails.jsp

Task Instance Details:

To work on the task instance, click the command buttons.
<%-- 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. --%>
<%-- Add standard JSF output controls for custom properties, e.g. orderNo. Make sure that the managed bean provides the getters/setters for the referenced properties. --%>
<%-- Insert message components for input and output message of #{TaskInstsanceDetailsHandler} here. The message component will display Custom JSPs if they were specified in the Human Task Editor (WID). Below is some logic which controls the rendering and the read/write access to the output message for the user. Please refer to the "TaskMessageHandler" bean in the faces-config.xml for more details. --%>