[ http://issues.apache.org/jira/browse/ADFFACES-163?page=all ]
Gabrielle Crawford updated ADFFACES-163:
----------------------------------------
Attachment: patch163.patch
> client side validation: FastMessageFormatUtils should use varargs in format
> method.
> -----------------------------------------------------------------------------------
>
> Key: ADFFACES-163
> URL: http://issues.apache.org/jira/browse/ADFFACES-163
> Project: MyFaces ADF-Faces
> Issue Type: Improvement
> Reporter: Gabrielle Crawford
> Priority: Trivial
> Attachments: patch163.patch
>
>
> instead of passing args as array allow signature such as
> FastMessageFormatUtils.format(detail, param1, param2, param3);
> /**
> * @param {String} String in java.util.MessageFormat syntax to format
> * @param {any...:undefined} Varargs objects to substitute for positional
> parameters.
> * Each parameter will be converted to a String and substituted into the
> format.
> */
> FastMessageFormatUtils.format
> = function(format, parameters);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira