Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.5
-
None
Description
it should be possible to use e.g.:
#
{messageContext['msgKey'].toText}#
{messageContext['msgKey'].toMessage}and e.g.:
msgUserRegistered1=User
registered successfully!
msgUserRegistered2=User
registered successfully!
#
{messageContext['msgUserRegistered1'][registrationPage.user.userName].toText}#{messageContext['msgUserRegistered2']['userName:#
{registrationPage.user.userName}'].toText}