One more context param attribute, with addition to dozens of others...
<div>You recall me my old idea to put all configuration options into single class, where each option has its own getter,
with appropriate validation and defaults.</div>
<div>It should read all options from context parameters in default implementation, or can be replaced in faces config by
custom class.</div><div>RichFaces has such class, and I saw similar in Mijarra implementation.
Why do not move it into public ?<br>
I like the idea. Obviously JSF is not the only EE technology to suffer from context-paramitis.
Should we try to bring this up at the servlet level?
Ed