got it..no wories.but i thnk, it would be better if a clear distinction
is shown between two parmeters in BindingUtils.bindProperty() .this is
what given. BindingUtils.bindProperty(taskRouteCommandBarModel,
"taskForm", this, "taskForm");so here one need to note that 2nd and 4th
are differnet parameters, not the same, 2nd is taskRouteCommandBarModel
object; property - taskForm and 4th is property u have defined in your
custom class to which u r going to bound 2nd parameter.now what i did is
i tho...