Hi *,
I'm trying to set a name attribut for the input field, but the setName("aaa") add a name to the browse button. How can i set the name parameter for the input field?
Regards
Hi *,
I'm trying to set a name attribut for the input field, but the setName("aaa") add a name to the browse button. How can i set the name parameter for the input field?
Regards
This sets the name of the upload-field.
Code:FileUploadField ecconetFile = new FileUploadField(); ecconetFile.setName("ecconetfile"); ecconetFile.setFieldLabel("Ecconet File"); ecconetFile.setAllowBlank(false);
Odili Charles Opute
Proudly Nigerian
Blog
Cotributions
Ext.ux.Image
Ext.ux.Wizard
Ext.plugin.ModalNotice
Ext.plugin.ComboLoader
Ext.ux.form.ScreenshotField
I have the same
But the name attribute ist for the browse button and not for the field.Code:FileUploadField file = new FileUploadField(); file.setName("aaa");
Anyway...I dont need it anymore, i have an other solution for my problem.
I cannot reproduce this. Which version of GXT are you using? I testes this against the latest one, GXT 2.2.
Can you maybe try this against GXT 2.2?
sorry, that is at the moment not possibleafter release i will ask my PM if i can try an update.