The parameter must be a string

FEA: ItEr64OTS03PlanificacionHaciaAtras
This commit is contained in:
Óscar González Fernández 2010-12-07 16:36:30 +01:00
parent 48043d070e
commit 6617ca9b4e

View file

@ -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);