ovidiu 02/04/08 20:11:43 Added: src/scratchpad/schecoon TODO Log: Created. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/TODO Index: TODO =================================================================== - in flow.xconf change the configuration of elements to use child elements instead of attributes - remove the current sendPage() functionality using named resources. - 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. - 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 WebContinuation tree is created, a session object is also created. This allows for continuations to be created and looked up on the same app server in clustered servers. - 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]