getTempQValue

Description

This mobile device JSP function returns the value of the TempQ for a specific key. 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

private String getTempQValue(String keyName) throws Exception

Input Parameters

keyName - Required. Name of the key for which the TempQ value is to be returned.

Example

The following example shows how the getTempQValue function can be used to return the keyValue corresponding to the CaseScanned key from the TempQ:
getTempQValue("CaseScanned");