I've found the solution to this. It seems that for some reason I
needed to provide the return type on the posts method, as so:

def posts(html: NodeSeq): NodeSeq = {
...

Odd it should fail in such a manner without it, I would expect the
return type to be inferred by the compiler, or an error given.

Thanks.

On Apr 8, 9:10 pm, Douglas F Shearer <douga...@gmail.com> wrote:
> Hi there.
>
> I'm having issues with a simple snippets example.
>
> The error, view and template can be seen here:http://gist.github.com/91971
>
> I'm sure it's a trivial issue, my code seems identical to the example  
> given in the Getting Started PDF.
>
> Help is much appreciated.
>
> Thanks.
>
> Douglas F Shearer
> douga...@gmail.comhttp://douglasfshearer.com

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