I not sure, but is HttpServlet.getInitParameter() already available in the constructor? Jetty throws a NPE. I'd assume it has to go into init().
Juergen On Thu, 20 Jan 2005 00:54:44 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > just checked in WicketServlet javadoc, which is final. let me know if > you have any more questions. > i should be up for about 15 more minutes! ;-) > > Juergen Donnerstag wrote: > > >Jon, > > > >can you help me with the new WicketServlet please. What I figured out > >from the code: > > > >a) WicketServlet is abstract. Thus I guess every application has to > >subclass it. But I don't see which method must be provided by the > >subclass. > > > >b) WicketServlet constructor expects a web.xml init-param with the > >WebApplication class. Thus each application must provide at least a > >WicketServler subclass and a WebApplication subclass. Though the > >latter is probably not true. I guess you can provide WebApplication as > >init-param as well. Would it makes sense to make the init-param > >optional than? > > > >c) I guess most applications will define some application settings > >(POLL_FREQUENCY etc.). I assume MyApplication constructor is still the > >right place to do it. Correct? > > > >Juergen > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > >Tool for open source databases. Create drag-&-drop reports. Save time > >by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > >Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >_______________________________________________ > >Wicket-develop mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
