In Boot.scala:

LiftRules.passNotFoundToChain = false

If this is set to true and Lift cannot process a page, it passes the request
on to the Servlet chain which will serve the xhtml file.

2009/6/1 feelgood <asseliva...@gmail.com>

>
> SiteMap contains "login" only.
>
> On 1 июн, 19:21, "marius d." <marius.dan...@gmail.com> wrote:
> > What do you have in your SiteMap? .. only login or both login and
> > login_ru.
> >
> > Normally you should only have login and login_ru would be picked up
> > automatically by lift depending on what Locale the
> > LiftRules.localeCalculator returns.
> >
> > Br's,
> > Marius
> >
> > On Jun 1, 9:52 am, feelgood <asseliva...@gmail.com> wrote:
> >
> > > In my webapp directory I have template called "login_ru.xhtml". If I
> > > type "http://localhost:8080/login"; in my browser I see processed
> > > template. But if I type "http://localhost:8080/login_ru.xhtml"; I see
> > > not processed template. Why lift do not process template?
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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