Hi everyone,
i want to call the following method with a variable-length argument list:
public String getMessage(String key, String ...values)
And this is the velocity template code:
$messageService.getMessage("start.index.welcome" ,
$userSession.user.firstName)
The template is parsed without any errors, but the method is not called.
It just puts out:
$messageService.getMessage("start.index.welcome" ,
$userSession.user.firstName)
Best regards
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]