The parameter must be a string
FEA: ItEr64OTS03PlanificacionHaciaAtras
This commit is contained in:
parent
48043d070e
commit
6617ca9b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ public class OrderCRUDController extends GenericForwardComposer {
|
|||
cachedOnlyOneVisible = null;
|
||||
|
||||
Map<String, Object> editWindowArgs = new HashMap<String, Object>();
|
||||
editWindowArgs.put("top_id", editWindowArgs);
|
||||
editWindowArgs.put("top_id", "editWindow");
|
||||
Component parent = listWindow.getParent();
|
||||
editWindow = (Window) Executions.createComponents(
|
||||
"/orders/_edition.zul", parent, editWindowArgs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue