* Returns an "action bar" of sorts that allow the user to perform various actions on the TestObject based on it's
* id.
*/
public String getLink2()
{
ListObject object = (ListObject) getCurrentRowObject();
int id = object.getId();
return "<a href=\"details.jsp?id="
+ id
+ "&action=view\">View</a> | "
+ "<a href=\"details.jsp?id="