ucGetAjaxDependencies

Purpose

ucGetAjaxDependencies allows custom code to use ajax refreshes by specifying fields that are either required or to be set by custom code from an ajax refresh.

Applies To

Layout rendering

Signature

public void ucGetAjaxDependencies( SesameSession session,
                            String area,
                            String project,
                            String layoutType,  // ADD_PROBLEM, EDIT_PROBLEM, SEARCH_XXXXX
                            ArrayList ucParent,
                            ArrayList ucChild) 

Notes

This exit allows converting page refreshes for custom code to ajax calls. The base code calls this method, and the user returns the parent and child fields in an arraylist.

Example