I have a Data Object called DownloadBagService which works as a place to hold the checked files the a user selects.
I have a page that the user are able to select files from and add it to the DownloadBagService. When the user checks on files and hits submit. The files appear in the DownloadBagService "magically". As you can see my onSubmit contains code that is commented out. How does Wicket know to put those files in the DownloadBagService? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-Does-Checkbox-Know-To-Store-To-My-Data-Object-tp4661879.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
