| Summary: | MVC does not work | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Huo Zhen Zhong <huozz> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | greer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
MVC gen is an I-15 plan item. *** This bug has been marked as a duplicate of bug 354139 *** |
Build Identifier: 2011-09-21 below code display the value of test (test value) in RBD, but it display nothing in EDT test string = "test value"; test_ui GridLayout { layoutData = new GridLayoutData{ row = 2, column = 1 }, rows = 1, columns = 2, cellPadding = 4, children = [ test_nameLabel,test_field ] }; test_nameLabel TextLabel { text="test" , layoutData = new GridLayoutData { row = 1, column = 1} }; test_field TextField {readOnly = true, layoutData = new GridLayoutData { row = 1, column = 2} }; test_controller Controller { @MVC {model = test, view = test_field} }; Reproducible: Always