power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

TActiveDropDownList can't handle special characters in DataTextField #458

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

I have three TActiveDropDownLists which affect each other. Before it all worked 
(framework version 3.1.10) well but after updating framework to 3.2.1 it 
didn't. When data which contains special characters (äö etc.) is been bind to 
TActiveDropDownLists it gives me this error in javascript log:

POST  500 (Internal Server Error) prototype.js:1731
Ajax.Request.Class.create.request prototype.js:1731
Object.extend.dispatchQueue ajax3.js:612
Object.extend.tryNextRequest ajax3.js:374
Object.extend.enqueue ajax3.js:593
Prado.CallbackRequest.Object.extend.dispatch ajax3.js:849
Prado.WebUI.ActiveListControl.Class.create.doCallback activecontrols3.js:279
(anonymous function) prototype.js:6723

Original issue reported on code.google.com by jajus...@gmail.com on 17 Apr 2013 at 11:44

GoogleCodeExporter commented 8 years ago
I've created a testcase, it's attached in the forum: 
http://www.pradoframework.com/forum/index.php?topic=17001.0
Since the testcase seems to work, the problem is probably in your application, 
or i missed your point.
Of course you could just look in your web server's error log and get the exact 
error.

Original comment by ctrlal...@gmail.com on 18 Apr 2013 at 5:57