The /user_mgt/login link is supported by the Lift's User Module.

  Maybe can i override some method to change the param of the
redirectTo method .?

  What's the DispatchPF that how to use it ?

  I haven't use the DispathPF yet!~

  Thanks very much!

  :)

Cheers,
  Neil

On Nov 29, 5:36 pm, Marius <marius.dan...@gmail.com> wrote:
> You can use a DispatchPF for /user_mgt/login, do your logic, and
> return a Full(RedirectResponse("/all_users")).
>
> If /user_mgt/login is a login page rendering a login form, then in
> your bound function when processing the form after doing the login
> processing you can call S.redirectTo("/all_users") from your submit
> function.
>
> Br's,
> Marius
>
> On Nov 29, 10:17 am, "Neil.Lv" <anim...@gmail.com> wrote:
>
> > Hi all,
>
> >    I want to redirecto to a specify URL like this "/all_users" when
> > logged in successfully via the default 
> > link,http://localhost:8080/user_mgt/login
>
> >   Is there a help method (i dont't find it) to configure it?
>
> >   When i logged in successfully via /user_mgt/login link and redirect
> > to the /all_users link not the /index page.
>
> >   Thanks for any help.
>
> > Cheers,
> >   Neil

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to