> upon a
> successful login, I call data.setScreenTemplate(templateName).  This
> causes the user to go to the correct page.

Suppose you want to redirect to something that isn't a template, but to the
URL of a completely different site instead.

I'm trying to move our site to a Turbine based system, but we have a bunch
of legacy ASP stuff, so we are migrating in stages. This turns out to be
possible (using a bunch of different things). Essentially, on my server, I
have two directories: "new" and "old". Hitting <server>/new/servlet/new/*
goes to new code, while hitting <server>/old/* goes to the old ASP stuff. I
want Turbine to handle the logon (which I have overridden to work with the
old code), then redirect to the .old. main page.

I have everything working except the redirect to <sever>/old/index.asp.

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

Reply via email to