jsr344-experts@javaserverfaces-spec-public.java.net

[jsr344-experts] ViewHandler.DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME value should start with "javax.faces."

From: Leonardo Uribe <lu4242_at_gmail.com>
Date: Tue, 11 Jun 2013 08:14:50 +0100

Hi

Checking JSF 2.2 spec, I notice that the constant

ViewHandler.DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME

has as value:

"DISABLE_FACELET_JSF_VIEWHANDLER"

but according to the convention already established it should be

"javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER"

I don't know if that's intentional or not, so I don't know if is necessary to
create an issue, I just wanted to notice this fact.

The javadoc of the constant has also a bug. It says "since 2.0" but
it should be "since 2.2".

regards,

Leonardo