7 Replies Latest reply on May 12, 2008 3:20 PM by lmk

    I need your help!

    rafik7777

      I really need you help.
      I'm waiting for http://jira.jboss.com/jira/browse/RF-413 for a 5 months.
      It was reserved to 3.2.0 version, then to 3.2.1, after 3.2.2
      and now it is future request.

      Could you vote for me on this bug. I know that i'm selfish but I am hard pressed it.

        • 1. Re: I need your help!
          lmk

          If you are pressed, you can use comboBox.. it's the way i found to work around it..

          • 2. Re: I need your help!
            nbelaevski

            Hello,

            Larger part of our team is on holiday today, so I cannot say anything now. I've just written a letter to the developer who was investigating this issue and asked him to estimate this feature and implement it if time permits (we're currently preparing for release now). We'll update you on Monday 12th.

            I've queued the feature to 3.2.2 for now. We'll try to get that done in 3.2.1 or in early 3.2.2 snapshots.

            • 3. Re: I need your help!
              rafik7777

              Thank you very much Nick. I'm nicely surprised, really.

              • 4. Re: I need your help!
                rafik7777

                To lmk:

                I was tried use combobox, but this component has problems with rerendering when white chars are used as items.
                My bug: http://jira.jboss.com/jira/browse/RF-3066
                And I need filter list of persons by surname in format:
                " " so I don't use this in client side.

                • 5. Re: I need your help!
                  rafik7777

                  ...
                  And I need filter list of persons by surname in format:
                  "[degree] [name] [surname]" so I don't use this in client side.

                  • 6. Re: I need your help!
                    ilya_shaikovsky

                    rafik7777, We've re-estimate the time for this bug and include it to 3.2.1.

                    So please wait some more time - should appears in nearest Snapshots and as a ersult in 3.2.1 release.

                    • 7. Re: I need your help!
                      lmk

                       

                      "rafik7777" wrote:
                      To lmk:

                      I was tried use combobox, but this component has problems with rerendering when white chars are used as items.
                      My bug: http://jira.jboss.com/jira/browse/RF-3066
                      And I need filter list of persons by surname in format:
                      "<degree> <name> <surname>" so I don't use this in client side.


                      I used the escape char to get all items, juste modify complete function to return all items if the first charcater is an escape.