Add Image and Title to Individual Page Copy the images to css/images/ folder In the node’s Properties, enter the relative path to the image in ‘Graphic’ property Enter the title in ‘Title Message’ property
Add a footer to Multiple Pages Easier to customize using Template Right click on project and select ‘Properties’ in context menu Select Orchestration Designer- >JS/CSS/Theme tab In the tab, select ‘Use custom templates…’ checkbox Now in ‘custom’ folder, 4 new files added: AppRoot_template.jsp, Form_template.jsp, Menu_template.jsp, Return_template.jsp.
Add a footer to Multiple Pages cont Open the Form_template.jsp and Menu_template.jsp the custom directory of the project. Insert the footer html string before the last </div>, example shown below: On the right shows the output of the customization
Customize Application Error Handler Application finished executing and showed the Return page content If the user click Refresh or Back, an HTTP 500 error is received To handle this Application error gracefully, a customized Error JSP page can be used Modify the web.xml in the WEB-INF folder, and add the custom error handler
Customize Application Error Handler cont Create the Error.jsp in the JSP folder Now, when an Application error occur, you will get the friendly error message that you have created