Folks, I changed the method signature on ajaxButton from ajaxButton(String, => JsCmd) to ajaxButton(String, () => JsCmd). Changing to an explicit function from a "call by name" makes it clearer that a function is being passed and also is more friendly to the compiler.
Thanks, David -- Lift, the simply functional web framework http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
