request-parameter exist

2002-06-14 Thread Matthew Hailstone
Is there any way to determine whether a particular request-parameter exists in the sitemap's pipeline? ex: map:select type=request-parameter map:parameter name=parameter-name value=test-name/ !-- I know I'm probably hashing the syntax. -- map:when test=!exist()

Re: request-parameter exist

2002-06-14 Thread Christian Haul
On 14.Jun.2002 -- 04:11 PM, Matthew Hailstone wrote: Is there any way to determine whether a particular request-parameter exists in the sitemap's pipeline? Yes, look at the RequestParameterExistsAction. It is used in the mod-db example BTW. Chris. -- C h r i s t i a n H a u l