public Object getTransactionId() {
return transHelper.getCurrentTransactionId();
}
protected void init() throws Exception {
transHelper = new StandardTransactionHelper();
Map entries = new HashMap();
entries.put(TransactionContext.class, this);
childWidget._getComponent().init(new StandardEnvironment(getChildWidgetEnvironment(), entries));