Search Type: Posts; User: bhuber
Search: Search took 0.02 seconds.
-
25 Sep 2012 7:16 AM
- Replies
- 1
- Views
- 1,000
we have now implemented a workaround for this ...
if our java server receives a file upload that is larger than allowed we send back the following response to the extjs-client:
<html>
... -
24 Sep 2012 12:15 AM
- Replies
- 1
- Views
- 1,000
Hi Sencha Team,
as stated by the Ext-Direct Documentation (http://www.sencha.com/products/extjs/extdirect) a Form-Post response should also always contain the following information:
type –... -
19 Apr 2012 4:46 AM
- Replies
- 5
- Views
- 1,015
this bug is still open in ExtJS-4.1.0-RC3
i used an override like this, as workaround:
if (typeof operation.id !== 'undefined' && typeof params.id === 'undefined') {
params.id =...
Results 1 to 3 of 3
