Erik Brakkee wrote: > Hi, > > I was just wondering how to do the following: > 1. display a number of items together with a checkbox in a table using > DataView. > 2. in the submission of a form check which items are checked. > > The data is coming from a database so a DataView would seem a good choice. > How do I go about something like this with wicket? > Let me rephrase: It is easy to implement a IDataProvider and put all kinds of content on it like e.g. checkboxes. The main problem is in an onSubmit() of a form to tell which items are actually shown on the current page. How do I do that?
> Cheers > Erik > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
