RE: How to use map:redirect-to combined with serverpages

2002-07-30 Thread Christian Hoofe
This is my solution for a serverpage redirect combined with an action: 1. Sitemaps needs ServerPagesAction 2. Site matcher ... 3. Call of the matcher ... The "next" parameter tells the sitemap the next pag

RE: How to use map:redirect-to combined with serverpages

2002-07-25 Thread Vadim Gritsenko
> From: Christian Hoofe [mailto:[EMAIL PROTECTED]] > > I tried the following code in the sitemap to redirect to a page after saving > values to the > database using art_grp_chg.xsp and receive an sitemap error. You actually want to write not XSP page but action. > > > >

How to use map:redirect-to combined with serverpages

2002-07-25 Thread Christian Hoofe
I tried the following code in the sitemap to redirect to a page after saving values to the database using art_grp_chg.xsp and receive an sitemap error. I a