2 Replies Latest reply on Jun 9, 2010 8:38 AM by ilya_shaikovsky

    Button text on rich:fileupload

      I am using a rich:fileUpload and want a french text on the button. Therefore I configured the following:

       

       

      <rich:fileUpload ......

      uploadControlLabel="#{messages['floorplan.upload.fileupload.add_label']}" addControlLabel="#{messages['floorplan.upload.fileupload.add_label']}"

      ....

       

      And in the messages:

       

      floorplan.upload.fileupload.add_label=

      Sélectionner une image

       

      In the result I get the following text on the button:

       

      S&eacute;lectionner une image

       

      How can I prevent this, or is this a bug in the rich:fileUpload implementation (I am using RichFaces 3.3.3)