MappedText real_i_set_!

7 views
Skip to first unread message

Andrew Mullins

unread,
Jan 29, 2012, 10:17:03 PM1/29/12
to lif...@googlegroups.com
Should this method check that there has been a change to the data before marking it as dirty...?

Something like:
protected def real_i_set_!(value: String): String = {
  if (value != data.get) {
    data() = value
    this.dirty_?(true)
  }
  value
}

David Pollak

unread,
Jan 30, 2012, 1:07:47 PM1/30/12
to lif...@googlegroups.com
Please open a ticket and assign it to me.

--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code



--
Visi.Pro, Cloud Computing for the Rest of Us http://visi.pro
Lift, the simply functional web framework http://liftweb.net


Andrew Mullins

unread,
Jan 30, 2012, 1:38:50 PM1/30/12
to lif...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages