1 2 Previous Next 16 Replies Latest reply on Jan 23, 2011 9:51 AM by kislo_metal Go to original post
      • 15. Re: ComboBoxArrowImage missing?

         

        "ilya_shaikovsky" wrote:
        I think it would be good to post this at Seam support forum in order to add some corrections to default project resources generation with seam-gen.

        It's done :
        https://jira.jboss.org/jira/browse/JBSEAM-4444

        • 16. Re: ComboBoxArrowImage missing?
          kislo_metal

          Hi.

          What is about defaultLabel ?

          Currently it has wrong css

           

          {code:java}

          <rich:comboBox

                              value="#{model.numberFormatPattern}"

                              id="numberFormatId"

                              suggestionValues="#{model.formatNumberSt}"

                              defaultLabel="#{i18n.format_enter_number_pattern}"

                              directInputSuggestions="true"

                              listWidth="175px"

                              width="175px"

                              >

           

                          <rich:ajaxValidator event="onkeyup"/>

           

                          <a:support event="onchange" limitToList="true" disableDefault="true" ajaxSingle="true"

                                     eventsQueue="defPageQueue"/>

           

          </rich:comboBox>

          {code}

           

          Screen shot 2011-01-23 at 16.47.40.png

          Thank you.

          1 2 Previous Next