public void
executeAjaxCall
(JOTFlowRequest request, HttpServletResponse response)
throws
Exception
Execute the ajax call and write to the response / flush it
ie: send the updated data that will be used by the javascript callback method
Params are in the request (getParameter)
Execute the ajax call and write to the response / flush it ie: send the updated data that will be used by the javascript callback method Params are in the request (getParameter)
Returns: Parameters: - request -
- response -
returns a name for the javascript function that will be created for this action
THIS SHOULD NOT CONTAIN ANY SPECIAL CHARS LIKE SPACES ETC....
returns a name for the javascript function that will be created for this action THIS SHOULD NOT CONTAIN ANY SPECIAL CHARS LIKE SPACES ETC.... (preferably unique ex: class.getSimpleName() Ex: "ajax_exampleWidget"
Returns: