Nick Pratt wrote:
> I have the following in my web.xml:
> 
>         <init-param>
>             <param-name>*applicationClassName*</param-name>
>             <param-value>com.test.app.MyApplication</param-value>
>         </init-param>
>         <init-param>
>             <param-name>applicationFactoryClassName</param-name>
> <param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
>         </init-param>

Hmm, an init-param applicationClassName is not listed in the docs:
http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/spring/SpringWebApplicationFactory.html

I wouldn't understand what it's good for, as well, as this must
always be a class or subclass of Wicket's WebApplication.

If one has several of such beans defined, one can use the
init-param applicationBean, as spelled out in the docs linked
above. But the Mike's error message was that none are found.

Cheers,
        Joachim

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod, Roedermark, Germany
Email: jsch...@acm.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to