Igor, take a look at this RFE
https://issues.apache.org/jira/browse/WICKET-1847
Cheers,
Bruno Borges
On Sep 23, 2008 6:40pm, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
add an rfe into jira
-igor
On Tue, Sep 23, 2008 at 2:39 PM, wrote:
> Shouldn't wicket throw an IllegalStateException on subsequente calls of
> Application.initializeComponents().
>
> Afterall,
>
> /**
> * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT CALL.
> *
> * Initializes wicket components.
> */
> public final void initializeComponents() { ... }
>
> Is there any reason to not throw this exception? Or simply, return if
it is
> been called a second time, giving a warning.
>
> cheers
> Bruno
>