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

S/MIME Cryptographic Signature

Reply via email to