ovidiu 02/03/23 23:45:08
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-03-23 Ovidiu Predescu <[EMAIL PROTECTED]>
* prj.el: Updated to the latest rhino.
* webapp/sitemap.xmap: Added entry for the calculator example.
* src/org/apache/cocoon/markup/xsp/jpath.xsl: Added jpath:choose,
jpath:when and jpath:otherwise.
Added <jpath:continuation select="level"/> to obtain the current
continuation id.
* src/org/apache/cocoon/components/flow/javascript/system.js: Pass
the newly created continuation in cocoon.processPipeline.
* src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
Added method to retrieve the stored WebContinuation object.
* src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
If the value of property is JavaScript's Undefined, simply pass
null in the dictionary.
* src/org/apache/cocoon/components/flow/WebContinuation.java:
Implement getContinuation(int) which retrieves the ancestor
continuations.
* src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
Pass the current continuation in the environment, so it becomes
available to the pipeline components. Also pass the bean
dictionary here, instead of the JSCocoon method.
* src/org/apache/cocoon/components/flow/Interpreter.java: Pass the
current WebContinuation in processPipeline.
Revision Changes Path
1.26 +34 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 21 Mar 2002 23:34:29 -0000 1.25
+++ ChangeLog 24 Mar 2002 07:45:07 -0000 1.26
@@ -1,3 +1,37 @@
+2002-03-23 Ovidiu Predescu <[EMAIL PROTECTED]>
+
+ * prj.el: Updated to the latest rhino.
+
+ * webapp/sitemap.xmap: Added entry for the calculator example.
+
+ * src/org/apache/cocoon/markup/xsp/jpath.xsl: Added jpath:choose,
+ jpath:when and jpath:otherwise.
+
+ Added <jpath:continuation select="level"/> to obtain the current
+ continuation id.
+
+ * src/org/apache/cocoon/components/flow/javascript/system.js: Pass
+ the newly created continuation in cocoon.processPipeline.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSWebContinuation.java:
+ Added method to retrieve the stored WebContinuation object.
+
+ * src/org/apache/cocoon/components/flow/javascript/JSCocoon.java:
+ If the value of property is JavaScript's Undefined, simply pass
+ null in the dictionary.
+
+ * src/org/apache/cocoon/components/flow/WebContinuation.java:
+ Implement getContinuation(int) which retrieves the ancestor
+ continuations.
+
+ * src/org/apache/cocoon/components/flow/JavaScriptInterpreter.java:
+ Pass the current continuation in the environment, so it becomes
+ available to the pipeline components. Also pass the bean
+ dictionary here, instead of the JSCocoon method.
+
+ * src/org/apache/cocoon/components/flow/Interpreter.java: Pass the
+ current WebContinuation in processPipeline.
+
2002-03-21 Ovidiu Predescu <[EMAIL PROTECTED]>
* webapp/WEB-INF/web.xml: Change to the new location of
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]