216217218219220221222223224225226
{ if ((! control) || (command == null)) throw new ControlCommandException("SEGMENT","Internal Error"); ControlCommand cc = (ControlCommand)command; int jump = 0; jump = cc.jumpTo(ssiframe, request, registry, parameters, ssiframe.vars);