Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6345213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:46:43+00:00 2026-05-24T20:46:43+00:00

using ExtJS 3 here. I just noticed (in reply to my previous question) that

  • 0

using ExtJS 3 here. I just noticed (in reply to my previous question) that the problem appears only when I’m not sending more than one combobox name. I currently have setup my combobox’s name like this name[] because I will send an array of values. If I remove the array [], it works but I can only grab the last sent combobox value. My config is a SuperBoxSelect for multiple select purposes but this happens to my combobox also:

new Ext.ux.form.SuperBoxSelect({
       store:storeForCompanies,
       fieldLabel:'CN',
       id:'companyField',
       displayField: 'company_name',
       valueField: 'id',
       name:'cn',
       hiddenName: 'company[]',
        typeAhead: true,
        mode: 'remote',
        minChars : 0,
        triggerAction: 'all',
        emptyText:'- Choose -',
        selectOnFocus:true,
        allowBlank:true,
       width: 350
})

Do I have any other options to send those ?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T20:46:45+00:00Added an answer on May 24, 2026 at 8:46 pm

    I did not found an “out of the box” solution so I attached a success handler to the form.load() that sets value of the combobox to the returned JSON result, like this:

    success: function(form, action)
    {
    Ext.getCmp('companyField').setValue(action.result.data.company);
    }
    

    This way it works, don’t know why I have to manually set the value for that combobox, I’m just glad I “fixed” a 2 day problem in my application and I am opened for any other suggestion that can point me in getting it fixed in a proper way.

    Thanks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using extjs and just trying to solve a simple problem: I have a
I have a problem with a Ext.Grid.EditorGridPanel, I am currently using ExtJS 2.3.0, that
I am using the ExtJS framework and I have the following handler that is
HI, I hope somebody can help me here with the extjs framework. The problem
I am using ExtJS 3 here. I would like to populate a formpanel from
I'm trying to create a mini browser inside a window using extJS. Here's what
This leads on from my previous question here . I have been developing with
Is there someone here who made a MVC application using EXTJS 4 BETA 3?
I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/ here is my Application.ResellerIroGrid.js the pagination
I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/ Here is my Application.ResellerGrid.js Application.ResellerGrid =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.