Thomas

> But there is no redirect to Index.vm ?

Let me see if I understand what you want to do. After you log in, you
want to redirect the user to a different page (Index.vm). Is this
correct? If so, you'll do the redirect in the log in action. 

If I remember correctly, you'll do this in
org.apache.turbine.flux.modules.actions.FluxLogin by adding something
like

TemplateLink link = new TemplateLink(data);
data.setRedirectURI(link.setPage("Index.vm").toString());
data.setStatusCode(302);

Does that help?

Eric

-- 
Eric Emminger
[EMAIL PROTECTED]


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

Reply via email to