On Tue, 12 Jun 2001, Donald Ball wrote:

> i've got this pipeline in my sitemap:
>
>    <map:match pattern="add/product">
>     <map:act type="add-uptgen-product">
>      <map:parameter name="tables-descriptor"
>        value="context:///WEB-INF/forms/product_tables.xml"/>
>      <map:redirect-to uri="/uptgen/product/{id}"/>
>     </map:act>
>     <map:redirect-to uri="/uptgen/xhtml/form"/>
>    </map:match>
>
> if i come in with this url:
>
> /uptgen/add/product?foo=bar
>
> if the action is successful, i am redirected to:
>
> /uptgen/product/ID?foo=bar
>
> (where ID is the value of the id in the map returned from the action)
>
> the original querystring has no business in the redirected url. is this a
> side effect of the move to the Redirector class?

Sorry, I don't understand the question. What business?

Giacomo


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

Reply via email to