Hello,

> A couple of observations...
> 
> First, having some XHTML in your Scala code is not a bad thing.  When the 
> XHTML declares the meaning (not the layout) of the information, it's my 
> opinion that it's okay.  This means that:
> <ul>{list.map(i => <li>{i}</li>}<ul>
> Simply defines an unordered list.  It does not declare how to lay out that 
> list.  The layout should be controlled by CSS.
True, xhtml can also be considered as "logic". You got me convinced ;).

>           TemplateFinder.findAnyTemplate(List("snippets-hidden", "userList")) 
> openOr NodeSeq.Empty)
Worked great; lots of Lift API to explore still :).

If you don't mind, I'll put the results of this thread in a 
"tutorial-ajax-followup" wiki page? I think quite a lot of people may want to 
do something similar.

-- 
Adam

--

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


Reply via email to