This sounds fine.

-- Adam


On 8/23/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Hi,
>
> currently we allow in the meta-data "java.lang.Number" (with default
> values as well).
> our plugin generates always:
>
> //blah...some more JavaDoc....
> final public Number getMaximum()
> {
>   return (Number)getProperty(MAXIMUM_KEY);
> }
>
> no chance to get the default from the component.
>
> Does one mind if I do the following:
>
> -trinidad-api
> .....ComponentUtils
>  add the "common" resolveXyz (for Number) functions
>
> -maven-faces-plugin:
> .....AbstractComponentGenerator:
>    add Number to "resolvableTypes"
> .....Util
>    add "Number-Support" to
>            convertStringToLiteral(...)
>
> Note, that these are the classes in JSF 1.2 version of Trinidad..
>
>
> Greetings,
> Matthias
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>

Reply via email to