Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358362 - The properties inherited from DojoValidationBase cannot be compiled
Summary: The properties inherited from DojoValidationBase cannot be compiled
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 03:54 EDT by Huang Ji Yong CLA
Modified: 2017-02-23 14:19 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Huang Ji Yong CLA 2011-09-21 03:54:18 EDT
Build Identifier: 201109202102

Steps to reproduce:
1. Create a new Web Client Project, select both RUI widget projects and Dojo widget projects.
2. Create a new RUI handler, with the following source
CurrencyTextBox1 DojoCurrencyTextBox{ currency = "USD"};

There will be a compile error says that currency cannot be resolved.
The same result happens to DojoDateTextBox, DojoTimeTextBox, DojoTextField

Reproducible: always
Comment 1 Brian Svihovec CLA 2011-09-23 14:33:42 EDT
Paul, this looks like the defect we discussed earlier.
Comment 2 Paul Harmon CLA 2011-09-26 14:22:06 EDT
This was primarily caused by caches in the externalType objects being initializes before the parts were fully created. This problem had been fixed in RBD already. 

I have made changes to the bindings to fix this.
Comment 3 Huang Ji Yong CLA 2011-10-09 02:31:07 EDT
Verified 201110082101