AW: Pass a request paramter to a custom generator

2005-04-06 Thread Mattom
Syntax is {request-param:xfacename} http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html#RequestParameterModule thank you for all your answers, that worked. to: upayavira, yep, i have access to the parameters, hardcoded was no problem...

Pass a request paramter to a custom generator

2005-04-05 Thread Mattom
hi all ! Sorry if i missed some documentation, but I after spending an hour on trial and error... How do i pass a request parameter to a custom generator in a pipeline ? I tried (see schnirkel and schnirkel2), for a link that is: viewGeneric.dhtml?xfacename=testit map:match

Re: Pass a request paramter to a custom generator

2005-04-05 Thread Upayavira
Mattom wrote: hi all ! Sorry if i missed some documentation, but I after spending an hour on trial and error... How do i pass a request parameter to a custom generator in a pipeline ? I tried (see schnirkel and schnirkel2), for a link that is: viewGeneric.dhtml?xfacename=testit map:match

Re: Pass a request paramter to a custom generator

2005-04-05 Thread Jorg Heymans
Syntax is {request-param:xfacename} http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html#RequestParameterModule HTH Jorg Mattom wrote: hi all ! Sorry if i missed some documentation, but I after spending an hour on trial and error... How do i pass a request parameter to a custom

Re: Pass a request paramter to a custom generator

2005-04-05 Thread Jan Hoskens
try map:parameter name=schnirkel2 value={request-param:xfacename} / that should work. Look for inputmodules in the docs: http://wiki.apache.org/cocoon/InputModules?highlight=%28inputmodules%29 Kind Regards, Jan Mattom wrote: hi all ! Sorry if i missed some documentation, but I after spending an