But then there is
final String applicationClassName =
filter.getFilterConfig().getInitParameter(
APP_CLASS_PARAM);
I don't know why that has to be flexible though. Looks like bloat to
me. Also, upper case should be for statics, so it's use here is wrong.
Eelco
On 5/8/07, Stefan Seifert <[EMAIL PROTECTED]> wrote:
hello.
it would be nice it the variable APP_CLASS_PARAM in class
org.apache.wicket.protocol.http.ContextParamWebApplicationFactory
can be marked as static, so it is easy to reference them when initializing the
wicket servlet via code.
for now, it is marked as public and final, but not static.
patch included...
stefan