Berin,

I don't have any problem with that. So count me as +0.5 :)

Vadim

> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 17:51
> To: [EMAIL PROTECTED]
> Subject: [VOTE] Synchronize Descriptor Parameters for Actions
> 
> 
> The Validator Actions and the Database Actions both reference
> a file with compatible information.  The Validator Actions
> use the parameter "descriptor" and the Database Actions
> use the parameter "form-descriptor".
> 
> I propose to make all the Validator and Database Actions
> use one parameter name: "descriptor".  This will allow
> using one parameter to reference the same file.  Currently,
> we have to do something like this:
> 
> <map:match pattern="*-dept.html">
>   <map:act set="process">
> 
>     <map:parameter name="descriptor" value="context://docs/department-form.xml"/>
>     <map:parameter name="form-descriptor" 
>value="context://docs/department-form.xml"/>
> 
>     <map:generate type="serverpages" src="docs/confirm-dept.xsp"/>
>     <map:transform src="stylesheets/ipms.xsl"/>
>     <map:serialize/>
>   </map:act>
>   <map:generate type="serverpages" src="docs/{1}-dept.xsp"/>
>   <map:transform src="stylesheets/ipms.xsl"/>
>   <map:serialize/>
> </map:match>
> 
> 
> My proposal will allow us to merge them into one reference.
> 
> [VOTE]
> Merge Parameters:    +1
> In 2.0 AND 2.1:      +1

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

Reply via email to