that looks fine too. package your project and attach it somewhere so we can take a look.
-igor On Fri, Oct 31, 2008 at 3:12 PM, ds26680 <[EMAIL PROTECTED]> wrote: > > Here is my web.xml. This was auto generated as I used the QuickStart project > generated off the Wicket website. > > <?xml version="1.0" encoding="ISO-8859-1"?> > <web-app xmlns="http://java.sun.com/xml/ns/j2ee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > version="2.4"> > > <display-name>checkboxtester</display-name> > > <filter> > <filter-name>wicket.checkboxtester</filter-name> > > <filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class> > <init-param> > <param-name>applicationClassName</param-name> > > <param-value>com.indigoapp.WicketApplication</param-value> > </init-param> > </filter> > > <filter-mapping> > <filter-name>wicket.checkboxtester</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > </web-app> > > Any ideas? Thanks in advance for your help. > -- > View this message in context: > http://www.nabble.com/Help-with-simple-CheckBox-example-tp20267081p20274813.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
