ovidiu 02/04/09 17:31:19 Modified: src/scratchpad/schecoon TODO Log: Updated to reflect the latest changes. Revision Changes Path 1.2 +14 -10 xml-cocoon2/src/scratchpad/schecoon/TODO Index: TODO =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TODO 9 Apr 2002 03:11:43 -0000 1.1 +++ TODO 10 Apr 2002 00:31:19 -0000 1.2 @@ -1,12 +1,22 @@ -- in flow.xconf change the configuration of elements to use child -elements instead of attributes +- [DONE] in flow.xconf change the configuration of elements to use +child elements instead of attributes -- remove the current sendPage() functionality using named resources. +- [DONE] remove the current sendPage() functionality using named +resources. -- define sendPage(uri, bean-dict, kont) to redirect to Cocoon's +- [DONE] define sendPage(uri, bean-dict, kont) to redirect to Cocoon's sitemap and forwardTo(uri) to forward to a given URI. sendPage should automatically prepend "cocoon:/" to the uri. +- [DONE] allow for parameters to be passed in <map:continue>. They +should be available from the cocoon.parameters array in +JavaScript. Access the parameters using cocoon.parameters[param-name]. + +- [DONE] the parameters passed by <map:call> should also be made available +from cocoon.parameters, similar to how they are for <map:continue>. + +- implement the background thread that expires continuations. + - define a boolean parameter, to be set in either cocoon.xconf or web.xml, that specifies that session affinity is to be used when creating continuations. This means that when the root node in a @@ -16,9 +26,3 @@ - add support for serializing continuations in a database, for long-lived transactions. - -- allow for parameters to be passed in <map:continue>. They should be -available from cocoon.parameters in JavaScript. - -- the parameters passed by <map:call> should also be made available -from cocoon.parameters, similar to how they are for <map:continue>.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]