Hello All,

I have a pattern like:
     <map:match pattern="list">
        <map:generate type="directory" src=".">
          <map:parameter name="depth" value="20"/>
          <map:parameter name="exclude" value="\.xmap$"/>
        </map:generate>
        <map:transform src="dir2html.xsl"/>
        <map:serialize/>
    </map:match>

and if I have a do-delete-** pattern I have to delete the parameter file, 
and then need to redirect to list.

      <map:match pattern="do-delete-**">
        <map:generate src="java/delete.xsp" type="serverpages">
          <map:parameter name="file" value="{1}"/>
        </map:generate>
        <map:redirect-to uri="list"/>
      </map:match>

Redirect cannot works:
Redirection limit for this URL exceeded. Unable to load the requested page. 
This may be caused by cookies that are blocked.

How can I combine this?
-- 
thx,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694


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

Reply via email to