Martijn Dashorst wrote:
Does your Java object that is in your list have a boolean property?

The checkboxes will set that value.
  
Yes it has a boolean value, but since I am using an IDataProvider, I really have no idea in my form which objects have been created by the data provider and are shown on the page.

Martijn


On 9/9/06, Erik Brakkee <[EMAIL PROTECTED]> wrote:
  
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to