3 Replies Latest reply on Apr 30, 2009 1:04 AM by nbelaevski

    problem in using <rich: comboBox >

      I am new to this forum. I am using JBoss 4.2.0.GA server for development our project. When I am using component
      <rich:comboBox suggestionValues=�#{cityManager.cityP}� value=�#{telephoneSearch.cityField}� />, this is suggesting some value form bean.
      Like if I type ‘a’ in combobox it suggest only one value out of three. While when I type words starting from ‘b’, ’c’ ,’d’,’e’,’l’,’h’,’w’ itz not suggesting any single value out of many.
      So Sir Is there any error that I m commiting or some problem in component.
      Please suggest me a way how to solve this as I m having much pressure .

        • 1. Re: problem in using <rich: comboBox >
          nbelaevski

          Hello,

          While when I type words starting from ‘b’, ’c’ ,’d’,’e’,’l’,’h’,’w’ itz not suggesting any single value out of many.
          So, are there words starting from 'c', 'd', 'e', etc. in the list of suggestion values? Can you please clarify what does 'â€' character stand for - my browser shows it as 'a' letter with "roof" at the top?

          • 2. Re: problem in using <rich: comboBox >

            Charater 'a' means only A without any roof..
            It particulartly behaves for some values starting from particular charaters....like a ,b,c,d,h,l,m,...but working fine for characters like t,v,g,n...
            For some values it is suggesting few values from a list.


            my pafe code is like this..
            <rich:comboBox suggestionValues="#{cityManager.cityP}" directInputSuggestions="true" defaultLabel="Enter City Name" value="#{telephoneSearch.cityField}" />

            cityP is a list of cities in bean cityManager.
            So suggest me......is there any information requierd..
            thanks for reply...

            • 3. Re: problem in using <rich: comboBox >
              nbelaevski

              Yes, please post the following the information:

              1. RF version
              2. List of suggestion values used
              3. Screenshots would be good..