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

Bug 333918

Summary: String array property support broken.
Product: [Technology] XWT Reporter: Konstantin Scheglov <Konstantin.Scheglov>
Component: CoreAssignee: Project Inbox <e4.xwt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Konstantin Scheglov CLA 2011-01-10 16:17:26 EST
Build Identifier: I20101216-1200


This code worked in the past, but now it doesn't work.

<Shell xmlns:wbp="http://www.instantiations.com/D2/xwt" xmlns:t="clr-namespace:test" xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" xmlns:p1="clr-namespace:java.lang">
	<t:MyComponent wbp:name="myComponent">
		<t:MyComponent.test>
			<p1:String>aaa</p1:String>
			<p1:String>bbb</p1:String>
			<p1:String>ccc</p1:String>
		</t:MyComponent.test>
	</t:MyComponent>
</Shell>


Reproducible: Always