Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358380 - MVC does not work
Summary: MVC does not work
Status: CLOSED DUPLICATE of bug 354139
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 05:15 EDT by Huo Zhen Zhong CLA
Modified: 2017-02-23 14:14 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***