Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.7
-
None
Description
Looking to the JavaDoc of SpringWebApplicationFactory in the filter config:
<init-param>
<param-name>applicationClassName</param-name>
<param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
</init-param>
It must be applicationFactoryClassName. When copy paste from the docu to web.xml you'll se the bug.