Hi,

I have some questions as I have been developing and reading examples.

1. How can I put validation error messages next to the fields
themselves?

2. Is there any example of use of the controller directory, I saw the
directory in one example but no files in it. I understand from a
previous email I read that controllers are not preferred as there may
be many controls on a single page.

3. Why does stateful snippit have a dispatch but other snippits do
not. Is there any other information about dispatch around?

4. For the DB, it is lazy loading? ie, if I navigate from one object
to another does it query DB when I navigate down a mapped class to
class relationship?

5. Why do you use Can[] for some variables in examples and in other
cases you do not. In particular in stateful snippet in example you do
not use Can[] but in HellForm you do use Can[] when it is a normal
snippet.

6. Are Can's compatible with normal Scala Some None?

7. Why are the DB classes named as such, MappedString,
MetaMegaProtoUser. Mapped makes sense, its mapped to the database
right. Meta Mega Proto seems, complex, what does it mean?

8. It seems I prefer bind method over having XML for form in the
class. Does anyone have reasons for and against either method?

Thanks, Philip



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