Folks,

I've made some significant revisions to a number of aspects of Lift:

   - I condensed two of the rewrite phases into one (the header/tail rewrite
   and the URL rewriting) and improved the efficiency of the former.  The net
   effect is that the lift:when attribute is no longer on comet components.
   - I changed comet components to be surrounded by <div> instead of <span>
   tags.  This allows for nesting of form elements and other block-level
   elements in comet components.  This may cause some minor layout differences
   for comet components.
   - In development mode, the rendered page is validated against XHTML
   Transitional by default and if there are issues, a red box will appear at
   the bottom of the page outlining the problems

To disable validation: LiftRules.xhtmlValidator = Empty
To enable Strict validation: LiftRules.xhtmlValidator =
Full(StrictXHTML1_0Validator)

Please let me know if there are any strange things that happen to page
rendering.

Thanks,

David

-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
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 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