[Flow] Input modules in view pipeline

2004-04-08 Thread Andreas Hartmann
Hi Cocoon users, [Setup: Cocoon 2.1.5-dev from CVS] I'm using an input module (page-envelope) in a pipeline of a flowscript view: map:match pattern=form-select.xml ... map:transform src=lenya/xslt/common/submit-select.xsl map:parameter name=use-request-parameters value=true/

Re: [Flow] Input modules in view pipeline

2004-04-08 Thread Rolf Kulemann
On Thu, 2004-04-08 at 17:29, Andreas Hartmann wrote: Hi Cocoon users, [Setup: Cocoon 2.1.5-dev from CVS] I'm using an input module (page-envelope) in a pipeline of a flowscript view: map:match pattern=form-select.xml ... map:transform src=lenya/xslt/common/submit-select.xsl

Flow and modules

2004-01-22 Thread Stephan Michels
Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. Thanks, Stephan. Sorry, if there double posts occur, I use a new email client.

RE: Flow and modules

2004-01-22 Thread Reinhard Poetz
From: Stephan Michels Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. You're right, there is no direct support for input modules. Using the service manager you can only call input

Flow and modules

2004-01-22 Thread Stephan Michels
Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. Thanks, Stephan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For