Folks,
I've just made some breaking changes to Lift. XhtmlReponse now takes an
additional parameter that defines if the response XML should be formatting
in IE6/7 compatibility mode. Thus:
XhtmlResponse(<html></html>, Empty, Nil, Nil, 200)
-- becomes --
XhtmlResponse(<html></html>, Empty, Nil, Nil, 200, S.ieMode)
Also, the defaultPrefix method in CometActor has become optional and returns
Can[String]:
def defaultPrefix = "gl"
Becomes:
override def defaultPrefix = Full("gl")
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
-~----------~----~----~----~------~----~------~--~---