You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Apart from all of existing Hash Variables supported in Joget version 2, there are some new hash variables supported in this new version 3.

Internationalization support on application

Support language localization on application level.

  • #i18n.keyName#

Application level environment variable

Application level environment variable.

  • #envVariable.keyName#

Request Parameters

For accessing request parameters.

  • #requestParam.parameterName#

Current User

Retrieve currently logged in user information.

  • #currentUser.id#
  • #currentUser.username#
  • #currentUser.firstName#
  • #currentUser.lastName#
  • #currentUser.email#
  • #currentUser.active#
  • #currentUser.timeZone#
  • No labels