> -----Original Message-----
> From: Heath Borders [mailto:[EMAIL PROTECTED] 
> Subject: Warning messages
> Do you guys think we should have warning messages for things 
> we know will cause components to not function properly, and 
> then have a variable in the web.xml to turn it off?
> We could have warning messages for all components that need 
> forms, or for components using the "for" attribute that 
> cannot find their parent component, etc.
> These could all be enabled by default.
> Then, there could be a context-variable named 
> "org.apache.myfaces.warnings" which could be set to "false" or "true"
> to turn it off or on.

Otherwise, I'm definitely for more logging and warning messages, but
please let's not add a new context-variable for this. Even newbies
should be able to configure java/commons/log4j logging and if not, they
are much better off with learning to configure those properly than some
other custom logging properties. I can also see that that pretty soon
your simple and harmless warnings on/off would be changed to logging
level, then a few more settings for redirecting etc... So let's keep
logging configuration in the standard logging properties. Surely we can
provide default logging properties where warnings are enabled (and
usually anything above info is logged by default anyways).

Kalle

Reply via email to