On Sat, Oct 24, 2009 at 6:03 AM, Xuefeng Wu <ben...@gmail.com> wrote:

>
> Hello,
>
> I create now lift project from M6 and find
> DependencyFactory.inject[Date] in HelloWorld.scala, but it don't work.
>
> I can not find the date at page, did I miss something?
>

This particular issue is fixed in SNAPSHOT.

The object that defines the Date in DependencyFactory is lazily initialized
and only registers with DependencyFactory after it's been touched once
(that's why the tests pass... because they touch the object).

The fix is in SNAPSHOT... just create a project with SNAPSHOT and you'll see
the difference in DependencyFactory.


>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

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