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:
parent
a55cde8fe6
commit
0ff62ac964
1 changed files with 0 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue