Hello,

it would be nice to see some more examples for ajax.
I am new to lift too, and I am trying to get the view point
of how to work with lift.

Some Idiom or "standard" way to say "replace this with this snippet
there"
in a how-to would be great to have.

with best regards


On 23 Dez., 22:47, Adam Warski <[email protected]> wrote:
> 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