Community
Participate
Working Groups
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
MVC gen is an I-15 plan item. *** This bug has been marked as a duplicate of bug 354139 ***