You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll at least check to see if this has changed in 2.9. I don't remember exactly how the manifest.toString()s differed, but it might also be possible to normalize the returned value to compare them reliably. IIRC, it seemed like they were essentially saying the same thing in different ways.
Probably worth mentioning in here in case someone else wants to take up the gauntlet, in the original ML post David suggested that we look into directly comparing manifests instead of using toString. Not sure what latest behavior is on any of this though.
manifest.toString() in vendForm() can return surprising results depending on the field(...) call in the screen.
Sample project here: https://github.com/pbrant/generic_fbl_test / git://github.com/pbrant/generic_fbl_test.git
The cause appears to be the generic valConversion() validation method
Original thread here http://groups.google.com/group/liftweb/browse_thread/thread/af21b61154c2b8c2#
The text was updated successfully, but these errors were encountered: