1

I will want to notify some specific variables of a class with the help of

PostNotifyChange

So i was trying

BindUtils.postNotifyChange(null, null, taskListModel, "model,sequence");

It is not working :( Can we PostNotifyChange more than one variable something like we doing in

NotifyChange

@NotifyChange({ "taskList","sequence" })

Is it possible or not with

PostNotifyChange

Nabil A.
  • 3,270
  • 17
  • 29
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202

1 Answers1

1

I don't believe so, sorry.

From the source, it appears BindUtils just takes a single property name and doesn't try to split it out. Could be a nice feature request.

Sean Connolly
  • 5,692
  • 7
  • 37
  • 74