I have recently started using Lift (1.1-M6) to create a simple data
editing application.  I have a small table with a char(1) key column
(on which I set dbDisplay_? to true) and a name column for which I
created mapper code following the sample in the Exploring Lift book.
When my app displays the View page, the key column shows a value but
the name column is blank for all records.  The key field values are
not in sorted order, and when I click on a View link it displays a
page with a key value that is different from the key in the link. Each
time I click the link I get a different result. Some of the links
refer to keys that don't exist, and when I click on one of those I get
a message that the page is not in the SiteMap and is thus blocked.
Some links appear multiple times on different rows.

I am trying to figure out how I go about debugging this behavior.  I
have called DB.addLogFunc so that I can see what SQL has been
executed.  The query for the list of records includes an ORDER BY
clause and what I can see looks good.  When I execute that query in my
DB browser I get the expected results, properly sorted. Are there any
other debugging hooks I can set?  Is there a simple way I can get it
to print out the values it is pulling from the database? Any other
suggestions?

--
Jim

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