Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Adding TableItem and modifying properties is throwing exception for text array(XWT TableItem component - modifying text array throws exception)
Adding TableItem and modifying properties is throwing exception for text array [message #970911] Sun, 04 November 2012 12:11
Anil Kumar is currently offline Anil KumarFriend
Messages: 5
Registered: October 2012
Junior Member
I opened a sample.xwt' file, dragged and dropped a Table, a table column and one tableItem from palette to the file, till this point its fine.
Then I added one more column in existing table.
Then I thought to add one row for that table, so I modified existing TableItem's Text array property to add multiple items into text(String[]). After it, the 'xwt' file looks like this -
<TableItem text="New TableItem">
<TableItem.text(java.lang.String[])>
<p2:String>1</p2:String>
<p2:String>2</p2:String>
</TableItem.text(java.lang.String[])>
</TableItem>

but after that, design page throws this exception -
org.xml.sax.SAXParseException: Element type "TableItem.text" must be followed by either attribute specifications, ">" or "/>".

I am not doing anything other than this, but getting this exception.
Previous Topic:How to show error icon in XWT design page
Next Topic:Status of WindowBuilder Project in Eclipse Website
Goto Forum:
  


Current Time: Fri Apr 19 22:24:42 GMT 2024

Powered by FUDForum. Page generated in 0.02684 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top