Passing Data Between Mobile Device Screens

Because of the small screen size, the data may need to be persisted from one screen to the next before finally being posted. When passing data between screens, you can either use hidden text or the TempQ utilities. We recommend the usage of TempQ. A TempQ stores the name/value pair information on one page in the session and provides for accessor methods on the subsequent pages. For details on these utilities, see JSP Functions Used for Mobile Device Interfaces