I have a DataTable that lists the file names of a user as stored on the 
database. Once these are listed, the user has an option to upload/delete files 
and displaying the names of the files on the table (before I even update the 
database, similar to the way Multi Upload field works). 

At the moment I am using ajax call backs on the upload file to try to update 
the list that controls the datatable (this is not working)

So on:  

void respond (final AjaxRequestTarget target)
{
     // I add more items to the list

}

Is this the correct approach to do this or is there a better alternative?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to