Bug 333918 - String array property support broken.
Summary: String array property support broken.
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 16:17 EST by Konstantin Scheglov CLA
Modified: 2013-01-24 15:32 EST (History)
0 users

See Also:


Attachments

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