Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358380

Summary: MVC does not work
Product: z_Archived Reporter: Huo Zhen Zhong <huozz>
Component: EDTAssignee: 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:

Description Huo Zhen Zhong CLA 2011-09-21 05:15:14 EDT
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
Comment 1 Scott Greer CLA 2011-09-21 09:46:03 EDT
MVC gen is an I-15 plan item.

*** This bug has been marked as a duplicate of bug 354139 ***