On 10/30/07, Alexander Landsnes Keül <[EMAIL PROTECTED]>
wrote:
>
> <?xml version="1.0"?>
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee";
>         xmlns:xsi="http://www.w3.org/TR/xmlschema-1/";
>         xsi:schemaLocation="
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>         version="2.4">
>         <display-name>Ansatt</display-name>
>         <filter>
>                 <filter-name>WicketFilter</filter-name>
>                 <filter-class>org.apache.wicket.protocol.http.WicketFilter
> </filter-class>
>                 <init-param>
>                         <param-name>applicationClassName</param-name>
>                         <param-value>
> no.unique.ansatt.presentation.StartPage</param-value>
>

no.unique.ansatt.presentation.StartPage?

Is this what you mean?
Don't you mean something like:

<init-param>
    <param-name>applicationClassName</param-name>
    <param-value>no.unique.ansatt.presentation.AnsattApplication
</param-value>
</init-param>


I'm not entirely sure what you are asking about, but have Kent Tong has a
free tutorial on setting up an environment with wicket, eclipse and tomcat:
http://www.agileskills2.org/EWDW/index.html

Frank

Reply via email to