deleteFromTempQ

Description

This mobile device JSP function deletes the TempQ entry for a given keyName and keyValue pair.

The TempQ utilities store name/value pair information on one page in the session and provide methods for accessing them on the subsequent screens.

Syntax

public void deleteFromTempQ(String keyName, String keyValue) throws Exception

Input Parameters

keyName - Required. Name of the key in the TempQ that requires deletion.

keyValue - Required. Value of the key in the TempQ that requires deletion.

Example

The following example shows how the getLocale function can be used in conjunction with the getDoubleFromLocalizedString function:
deleteFromTempQ("Case","Case");