have a look at http://cwiki.apache.org/WICKET/newuserguide.html
perhaps it helps...

sharief Mohammed wrote:




Hi,
       i am resending this message .i thought question would be missed since 
iam not subscribed to the list .since i sent the message for subscription i 
hope the subscription is complete now.
"this is first time i am trying to learn or trying to write code through the wicket.i know iam asking very basic question and i look stupid asking this question i went to http://wicket.apache.org/examplehelloworld.html
i created a project in eclipse and added the 2 java and html file and web.xml 
and created a war ( placed wicket-1.4.3 as external library) and deployed in 
websphere it doesn't work.
i did use the maven example even then it is more confusing for me with jetty i 
couldn't come to conculsion about the exact jar files used by jetty and one 
used by maven and jars exactly required for the simple hello world example to 
work.
and one more observation in web.xml
<init-param>
          <param-name>applicationClassName</param-name>
          
<param-value>org.apache.wicket.examples.helloworld.HelloWorldApplication</param-value>
        </init-param>

no where earlier java files package name org.apache.wicket.examples is mentioned ---or --- do i need any other jar file needed for the example to run since iam getting ------Start of DE processing------ = [10/25/09 23:39:58:425 EDT] , key = java.lang.ClassNotFoundException com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter 298
Exception = java.lang.ClassNotFoundException
Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter
after i deployed the war into the websphere Thanks in advance for your help."

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

Reply via email to