ovidiu 02/04/19 00:13:48 Modified: src/scratchpad/schecoon TODO Log: - remove dependency on PipelinesNode. Use Redirector instead. - replace <map:parameter> in sitemap with <map:argument> - pass the bizData and the continuation as arguments to the Request instead of Environment, to prevent clashes with the SourceResolver. Revision Changes Path 1.8 +5 -18 xml-cocoon2/src/scratchpad/schecoon/TODO Index: TODO =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- TODO 16 Apr 2002 19:18:59 -0000 1.7 +++ TODO 19 Apr 2002 07:13:48 -0000 1.8 @@ -1,25 +1,12 @@ -- [DONE] in flow.xconf change the configuration of elements to use -child elements instead of attributes +- remove dependency on PipelinesNode. Use Redirector instead. -- [DONE] remove the current sendPage() functionality using named -resources. +- replace <map:parameter> in sitemap with <map:argument> -- [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>. - -- [DONE] fix ExcaliburComponentSelector problem which prevents Schecoon from -running with the latest Cocoon CVS +- pass the bizData and the continuation as arguments to the Request +instead of Environment, to prevent clashes with the SourceResolver. - allow the ability to specify the continuation handler function in -cocoon.xconf. +cocoon.xconf, or even better in <map:continue>. - implement sendPageAndContinue()
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]