hi,

looking at more of the new code, I noticed these lines in MyFaces 2.0:

    public static final String EMPTY_VALUES_AS_NULL_PARAM_NAME =
"javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL";
    public static final String VALIDATE_EMPTY_FIELDS_PARAM_NAME =
"javax.faces.VALIDATE_EMPTY_FIELDS";

According to the latest greatest JavaDoc, only
"VALIDATE_EMPTY_FIELDS_PARAM_NAME" is part of the UIInput.
Not sure if we should make this really a public constant.

I am also wondering why the other one hasn't been made public ?
Can one from the EG comment on this ?

Thanks!
Matthias

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Reply via email to