if (!this.isNormalizeMessages())
{
final JSFAction action = (JSFAction)this.getAction();
if (action != null)
{
final JSFView view = (JSFView)action.getInput();
if (view != null)
{
triggerKey = view.getMessageKey() + '.' + triggerKey;
}
}
}
return triggerKey;
}