Has anyone followed the JPA tutorial using pure Scala instead of Java? 
I've got it very close to running, but I am getting the following error:

[WARNING] 
/private/var/www/wsbg/webapp/src/main/scala/com/foo/jpaweb/snippet/AuthorOps.scala:22:
 
error: value getName is not a member of com.foo.jpaweb.model.Author
[WARNING]      "name" --> Text(author.getName()),
[WARNING]                             ^
[WARNING] one error found

I'm neither a Scala nor a Java programmer, but I'm guessing that the 
getter for the name attribute in Scala is not "getName". Is this correct?

Chas.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to