With the Tapestry Web view components in the Orchestrator Web view component library, you can add orchestration functions to Web views. The Tapestry Web components in the Orchestrator library define actions that access objects in the Orchestrator server.

The Tapestry Web view components that Orchestrator provides add functions to Web views such as obtaining and displaying the properties of an object in the server, starting workflows, or obtaining information from the user.

You add Tapestry components to a Web view by adding a jwcid attribute to an HTML tag in a Web page. When you reference a Web view component, you prefix the name of the component with the @ character. Certain Web view components require you to set additional properties when you set the jwcid attribute.

You add Tapestry components to a Web view by adding a jwcid attribute to an HTML tag in a Web page. The jwcid attribute references a Web view component.