This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267537 - deep copy for Models.bind
Summary: deep copy for Models.bind
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Html4j (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-11 09:03 UTC by maxnitribitt
Modified: 2016-08-11 09:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maxnitribitt 2016-08-11 09:03:58 UTC
Currently Models.bind will not bind submodels when using Models.bind(viewmodel, ctx). We need an option to do a deep copy, maybe Models.bind(viewmodel, ctx, true) with the boolean indicating that we want a deep binding.