clearTempQ

Description

This mobile device JSP function clears the TempQ. This is the first function to invoke before persisting any information in the TempQ. 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 clearTempQ() throws Exception

Input Parameters

None.

Example

The following example shows how this function can be used to clear the TempQ:
clearTempQ();