1 2 3 Previous Next 31 Replies Latest reply on Mar 3, 2009 3:17 AM by six-p4ck

    Warning when using multilanguage

    six-p4ck

      Hello all.

      I'm a little bored because i see a lot of unreal warning when i use the multilangugage. With Eclipse ganymede + JBossTools-3.0.0.CR1

      I have a few .properties file.

      And when i do somthing like this:

      <f:facet name="header">#{messages['fileUpload.picturePreview']}</f:facet>
      


      or
      <h:outputText value="#{messages['fileUpload.uploadLimit']}" />
      


      I have warning on ['fileUpload.picturePreview'] and ['fileUpload.uploadLimit'].

      it's work fine and i understand why he display that but i don't like see it. I want remove this warning message (but see the other again)

      The warning message is:

      "'fileUpload.uploadLimit'" cannot be resolved


      Is it possible to remove this warning?


      Thx all

        1 2 3 Previous Next