Also, the wicket-quickstart project
(http://wicket.sf.net/wicket-quickstart) has a great way of starting
your development. It sets you up for building an application within
minutes.

Martijn

On 2/16/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
> You can always join ##wicket on irc.freenode.net.
>
> On 2/16/06, Frank Silbermann < [EMAIL PROTECTED]> wrote:
> >
> >
> >
> > Where can I get help with really stupid new-user problems?  I've added a
> tiny increment to a tiny application and I get an error message from the
> framework saying that it cannot initialize my (second) application:
> >
> >   wicket.WicketRuntimeException: Unable to create application of class
> mem.TestApplication
> >
> wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:63)
> >
> wicket.protocol.http.WicketServlet.init(WicketServlet.java:243)
> >
> javax.servlet.GenericServlet.init(GenericServlet.java:211)
> >
> >
> >
> >
> > What are the kinds of things that can cause this?  My web module contains
> a working HelloWorld application (with HelloWorld page), and all I did was
> add a second application whose home-page has an empty constructor.  The home
> page's corresponding html file contains a <wicked:link> that simply goes to
> the HelloWorld page of the working application:
> >
> >
> >
> > <body>
> >
> >    <wicket:link>
> >
> >       <ul>
> >
> >          <li><a href="HelloWorld.html">mem.HelloWorld</a></li>
> >
> >       </ul>
> >
> >     </wicket:link>
> >
> > </body>
>
>


--
Living a wicket life...

Martijn Dashorst - http://www.jroller.com/page/dashorst

Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to