ItEr57S04ValidacionEProbasFuncionaisItEr56S04: Avoid to load "resource load screen" twice when accessing it for the first time.

The after show action is always executed when showing a tab and calls
ResourceLoadController#reload. So there is no need to call reload on
afterCompose.
This commit is contained in:
Óscar González Fernández 2010-05-14 21:23:00 +02:00
parent a55cde8fe6
commit 0ff62ac964

View file

@ -137,7 +137,6 @@ public class ResourceLoadController implements Composer {
@Override
public void doAfterCompose(org.zkoss.zk.ui.Component comp) throws Exception {
this.parent = comp;
reload();
}
public void reload() {