HomePrev

Timeout
org.mb.tapestry.xtile.Timeout
  Non-Visual Component
Description
Displays a message to the user when a certain amount of time remains to the expiration of the session.
Parameters
nametypedirectionrequireddefault valuedescription
warningTimeintauto 300 The number of seconds before session expiration when a warning message will appear.  
autoProlongTimeintauto 900 The number of seconds before session expiration when the session will be automatically prolonged upon user activity.  
warningMessagejava.lang.Stringauto 'The connection was inactive for more than {0} minutes. Your session will expire at {1}.\\n Please click OK to continue your work or CANCEL to close the session.' The warning message that will appear when the session is about to exipre. Here {0} is replaced by the number of minutes that remain until expiration and {1} is replaced with the time when the expiration will occur.  
expirationMessagejava.lang.Stringauto 'Your session has expired. Please log in again.' The message that will appear when the session exipres and the user needs to log in again.  
disableWarningbooleanauto false Do not display a warning message after 'warningTime' seconds.  
disableAutoProlongbooleanauto false Disable the automatic prolonging of a session after 'autoProlongTime' seconds upon user activity.  
expirationFunctionjava.lang.Stringauto null The JavaScript function that will be invoked when the session expires.  
Allow body (removed)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomePrev