1. If the new step fits into one of the pre-existing paths, such as modify order or returns, add a new properties file to the configuration. If necessary, create a new JSP file. Pre-existing paths are indicated by the use of a task-based name, such as exchange, modify, return, template, complete and submitted.

    The properties files have the following entries:

  2. Edit the properties files of the other steps in the path to provide information on the new step. For example, add the ID of the new step to the visibleWhenInSteps= list of the steps before this new step in the path when the agent is in the new step.

  3. Ensure that one of the panels in the new panel stack calls the JavaScript function atg.progress.update('someIdStringHere'), passing the ID of the panel stack. This lets the progress bar know it needs to update itself, and indicates where the agent is in the process.

  4. To add the JSP into your Web applications, modify the Nucleus configuration properties files to identify which Web-app contains the JSP file. For example:

    path=/panels/ordersummary/specialOffers.jsp
    context=/my-web-app


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices