> You could have the CSS reference generated in the Snippet.

When you say "reference", are you referring to a style-sheet link or
the *actual* CSS itself?

> You can also have views in code (see ViewDispatchPF) and do <lift:embed />
> in your code to refer to the Scala-based view code.

I've seen ViewDispatchPF before - it is still somewhat mystical to me
i'm afraid! I understand that its possible to create new views etc -
any chance you can just give a quick example of how to use
ViewDispatchPF? Something like:

LiftRules.viewDispatch.append {
  case "some" :: "path" :: Nil => ???
}

Cheers, Tim
--~--~---------~--~----~------------~-------~--~----~
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