[PATCH] RequestParamAction. Can now put sitemap parameters to request attribute

2002-05-21 Thread Lassi Immonen
Hi, I was experimenting with C2:s cinclude system and found out that original sitemap parameters do not exist when cincluded content is called I'm wanted to use url itself to describe user and I needed to forward that info on Python scripts. and in data.

RE: [patch] RequestParamAction

2001-07-12 Thread Torsten Curdt
> > Maybe we should rename the action to RequestDetailsAction > > or something since now it make request detail available > > to the sitemap. > > It's probably a good idea. I was going to add support for session and > context attributes too, so a more generic name is definitely needed

RE: [patch] RequestParamAction

2001-07-12 Thread Torsten Curdt
It's fine. Thanks! -- Torsten > Torsten, > > Checked in your patch. Please cross-check. > > Thanks, > dims > > --- Torsten Curdt <[EMAIL PROTECTED]> wrote: > > Ok, guys, > > > > I modified the RequestParamAction so the > > - request URI > > - request Query > > - servlet context > > becomes

Re: [patch] RequestParamAction

2001-07-11 Thread Marcus Crafter
On Wed, 11 Jul 2001, Torsten Curdt wrote: > Maybe we should rename the action to RequestDetailsAction > or something since now it make request detail available > to the sitemap. It's probably a good idea. I was going to add support for session and context attributes too, so a mor

Re: [patch] RequestParamAction

2001-07-11 Thread Davanum Srinivas
Torsten, Checked in your patch. Please cross-check. Thanks, dims --- Torsten Curdt <[EMAIL PROTECTED]> wrote: > Ok, guys, > > I modified the RequestParamAction so the > - request URI > - request Query > - servlet context > becomes available in the sitemap. > > I also made the populating of

Re: [patch] RequestParamAction

2001-07-11 Thread Marcus Crafter
Hi Torsten, On Wed, 11 Jul 2001, Torsten Curdt wrote: > .. > > Hope all this is fine with you Marcus? All fine with me. Thanks for your help mate. :-) Cheers, Marcus -- . ,,$, Marcus Crafter ;$' ':Computer Systems E

[patch] RequestParamAction

2001-07-11 Thread Torsten Curdt
Ok, guys, I modified the RequestParamAction so the - request URI - request Query - servlet context becomes available in the sitemap. I also made the populating of the parameters to the substitution map configurable (true/false) Maybe we should rename the action to RequestDetailsAction or som