When working with page fragments, you should work within your customization directory and use configuration layering to ensure that your customizations are not overwritten. Refer to the Customization Best Practices section.

  1. Create a JSP fragment file that provides the new field information.

  2. Add the path of the newly created JSP file to the appropriate extended properties file. Specify the URL and ServletContext for the appended file.

  3. Save the extended properties file.

  4. Create a new fragment and place it in the location specified by the URL property of the extended properties file. Optionally, you can edit an existing JSP fragment that has been specified in the extended properties file to include the new field information.

Note: The JSP fragments are dynamically included and the file will be compiled and executed before being embedded into the form. As such, import any necessary components into your page to ensure successful compiling.


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