Community
Participate
Working Groups
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
Paul, this looks like the defect we discussed earlier.
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.
Verified 201110082101