if ( !activate(ba) )
{
infoPanel.reportError("Failed to activate transaction");
node = new TxInfoNode("Tx Info", ba, type);
entry = new TxInfoViewEntry(type, "Info", node);
addNode(manipulator, node, entry, "Basic Information");
}
else
{
node = new TxInfoNode("Tx Info", ba, type);
entry = new TxInfoViewEntry(type, "Info", node);
addNode(manipulator, node, entry, "Basic Information");
manipulator.createEntry(node = new PreparedListNode("Prepared List", ba, type));
node.setIconPanelEntry(entry = new PreparedViewEntry(type, "Prepared List", node));