On Sep 26, 2005, at 11:21 PM, Derek Hohls wrote:
Is it possible to configure a match pattern to *not* return a page; i.e. I would like to make a call that will only set a variable (e.g. session value) - most probably via Javascript call in a certain page; the script should then continue to run & any or may not make another Cocoon call to display the actual page.
Can you clarify the "may or may not" part there? In particular, what does "may not" look like? The client has issued a request, and there must be a response. So if Cocoon doesn't generate that response, where does it come from?
I think this might be possible with flow script, but I have the impression flow must end with a call to a sendPage function?
One way or another, yes. But of course that doesn't necessarily have to happen directly within the flowscript function called by the sitemap, in just has to eventually happen in the call chain.
—ml— --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
