Its work with the servlet, but I had to change the implementation that you
gave me through the link. 

In my application when I put all the code was it not working so I had to put
only the following code:

<servlet>
                        <servlet-name>wicket.application</servlet-name>
                
<servlet-class>org.apache.wicket.protocol.http.WicketServlet</servlet-class>
                        <init-param>
                                <param-name>applicationClassName</param-name>
                                <param-value>myApplication</param-value>
                        </init-param>
                </servlet>

<servlet-mapping>
                        <servlet-name>wicket.application</servlet-name>
                        <url-pattern>/*</url-pattern>
</servlet-mapping>

Only this and its work..

Thanks a lot to everyone who helped me....


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-websphere-7-tp4310810p4327096.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to