I want to do the following pattern, i don't know how(or if its
possible) to do it in lift:

-> I want any part of my code to call a Site.render() where site is a
model and render is a function inside that model that will print it
the information
-> I want the xhtml to be in a html file so that any designer/html guy
can play with it and its css/html. (also they won't have to compile
and/or scala:cc after every change).

Is this possible?

I was playing with the <lift:embed what="/commons/site" /> and sending
parameters, but i didn't know how to catch those params in the xml,
has anyone done this pattern? Am i trying to solve something that can
be solved other pattern?

--~--~---------~--~----~------------~-------~--~----~
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