I don't know why, but it doesn't work with all tags, I have these three
parameters: 

<map:parameter name="rootdn"  value="corproot\{request-param:name}"/>
<map:parameter name="password"  value="{request-param:password}"/> 
<map:parameter name="filter"
value="(&amp;(objectclass=User)(cn={request-param:name}))"/>

But only the password works, rootdn and filter doesn't work...  I
checked the form, and the parameter use to be the same!:

<tr>
 <td>User:</td>
 <td><input name="name" type="text" size="15"></td>
</tr>
<tr>
 <td>Password:</td>
 <td><input name="password" type="password" size="15"></td>
</tr>

-----Original Message-----
From: Christian Haul [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 11, 2003 1:57 PM
To: [EMAIL PROTECTED]
Subject: Re: combine values and variables for parameters in the sitemap


On 11.Jun.2003 -- 01:52 PM, [EMAIL PROTECTED] wrote:
> is it possible to combine values and variables for parameters in the
> sitemap like :
> 
> <map:parameter name="UserName"
value="corproot\{request-param:name}"/>
> 
> for eg -> output : "corproot\maxime"

Yes.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to