> What do you mean? there is!
>  public static final String CONFIGURATION = "configuration";
> (Application.java line 119 on 1.3.5)

Exactly - I was looking for 'wicket.configuration' rather than just
'configuration.

> BTW, there is a getConfigurationType() method in WebApplication, which
> should not be static.

And we use this method ...


Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Tue, Feb 24, 2009 at 8:31 PM, Marcelo Morales <marcelomorales.name@
gmail.com> wrote:

> On Tue, Feb 24, 2009 at 11:49 AM, Eyal Golan <egola...@gmail.com> wrote:
> > Thanks Marcelo and James.
> >
> > I still prefer the solution we have come to:
> > In the web.xml put deployment and in the Jetty plugin (StartWebServer)
> put
> > the development.
>
> Thats a best practice AFAIK
>
> > My question was why Application.java doesn't have 'wicket.configuration'
> as
> > a static field.
> > Wouldn't it be nice?
>
> What do you mean? there is!
>  public static final String CONFIGURATION = "configuration";
> (Application.java line 119 on 1.3.5)
>
> BTW, there is a getConfigurationType() method in WebApplication, which
> should not be static.
>
> --
> Marcelo Morales
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to