I would like to know how to create a selectObj over a range of
integers. Do I have to use

val numList = List(0->"0", 1->"2", 2->"3" ...)

def numbers = selectObj(numLists, Full(0), someFunc)?

It seems a load to have to create a list of pairs. And what does the
third param to selectObj look like in
this instance?

Please tell me there is shortcut.


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