You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Gabrielle Crawford (JIRA)" <ad...@incubator.apache.org> on 2006/09/09 01:27:23 UTC

[jira] Updated: (ADFFACES-163) client side validation: FastMessageFormatUtils should use varargs in format method.

     [ http://issues.apache.org/jira/browse/ADFFACES-163?page=all ]

Gabrielle Crawford updated ADFFACES-163:
----------------------------------------

    Status: Patch Available  (was: Open)

> 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