IDEMPIERE-92 - Integrate Selenium. Fixed potential id space error

This commit is contained in:
Heng Sin Low 2012-12-13 03:15:15 +08:00
parent 93387fff01
commit 34fa499bb8
1 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
this.setSizable(true);
this.setMaximizable(true);
this.setId("findWindow");
this.setId("findWindow_"+targetWindowNo);
}
public boolean initialize()
@ -2121,6 +2121,6 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
public boolean isValid()
{
return isvalid;
}
}
} // FindPanel