ovidiu      02/03/24 23:38:01

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript
                        system.js
  Log:
  (handleContinuation): Now called from the sitemap using
  <map:continue>, through Interpreter's handleContinuation() method.
  
  Revision  Changes    Path
  1.4       +3 -5      
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript/system.js
  
  Index: system.js
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript/system.js,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- system.js 24 Mar 2002 07:41:29 -0000      1.3
  +++ system.js 25 Mar 2002 07:38:01 -0000      1.4
  @@ -21,13 +21,11 @@
       lastContinuation = k;
     });
   
  +  cocoon.diplayAllContinuations();
     return kont;
   }
   
  -function handleContinuation(kontId)
  +function handleContinuation(kont)
   {
  -  var kont = cocoon.lookupContinuation(kontId);
  -//   cocoon.diplayAllContinuations();
  -  if (kont != null)
  -    kont.continuation();
  +  kont.continuation();
   }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to