public String buttonOpen_action() {
//* Bug if you display a document with a link
// --> use a button (see http://blogs.sun.com/tor/entry/creating_downloadable_files)
//TODO: refactor this to move all the file specific actions to a new class
RowKey rk = tableRowGroup1.getRowKey();
Document document;
if (rk != null) {
document = (Document)list.getObject(rk);
} else {
error("This document has been removed.");