Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Component Access Control > Solution > Procedure - Adding an Edit Access Control action to an action model > Procedure - Including an Access Control Step in a Create Wizard
  
Procedure - Including an Access Control Step in a Create Wizard
Update the main Create<myObject>.jsp to define the JCA tag library:
<%@ taglib prefix="jca"
uri="http://www.ptc.com/windchill/taglib/components" %>
Include the access control wizard step:
<jca:wizardStep action="setAccessControlWizStep" type="object"/>