Opened 9 years ago
Closed 9 years ago
#14425 closed enhancement (fixed)
dojox.mvc view not update even if commit the data change when binding data model on multi view
Reported by: | Eric Wang | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | 1.7.0 |
Keywords: | todoapp | Cc: | |
Blocked By: | Blocking: |
Description
When binding a data model to multi view in dojox.app by dojox.mvc, the data model change cannot update view.
Maybe it need to provide a notify function when data model changed, so the relative view can refresh the data.
See the attachment.
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | data model update.doc added |
---|
comment:1 Changed 9 years ago by
Keywords: | todoapp added |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
EricWang? has confirmed that this has been fixed.
Note: See
TracTickets for help on using
tickets.
If the binding is correct, and the model is updated the update should happen without a need to refresh. We need to verify that the model is the same and the bindings are correct.