Compod isac-side finished; agreed on exp_id with AB+AN
authorwneuper
Fri, 06 Mar 2009 16:23:40 +0100
changeset 3919618cd360ea38
parent 3918 0417a220729b
child 3920 a298cfc845b6
Compod isac-side finished; agreed on exp_id with AB+AN
src/java/isac/browserdialog/ExampleDialog.java
     1.1 --- a/src/java/isac/browserdialog/ExampleDialog.java	Fri Feb 13 12:14:56 2009 +0100
     1.2 +++ b/src/java/isac/browserdialog/ExampleDialog.java	Fri Mar 06 16:23:40 2009 +0100
     1.3 @@ -214,11 +214,11 @@
     1.4              if (SessionState.ACTIVE == super.getCompod().getSessionState(
     1.5                      user_name)) {
     1.6                  if (success_info == 0.0)
     1.7 -                    super.getCompod().notifyObjectResult(user_name, exp_id,
     1.8 -                            false);
     1.9 +                    super.getCompod().notifyObjectResult(user_name,
    1.10 +                            exp_id + ".xml", false);
    1.11                  else
    1.12 -                    super.getCompod().notifyObjectResult(user_name, exp_id,
    1.13 -                            true);
    1.14 +                    super.getCompod().notifyObjectResult(user_name,
    1.15 +                            exp_id + ".xml", true);
    1.16                  next_objects = super.getCompod().getNextObjects(user_name);
    1.17                  // always take the first object
    1.18                  openWorksheetFromExample(next_objects[0]);