Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6823667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:48:34+00:00 2026-05-26T21:48:34+00:00

i am using the ace:fileEntry component to upload files and after successful upload i

  • 0

i am using the ace:fileEntry component to upload files
and after successful upload i get the message that:

'File Entry' uploaded successfully 'filename'.

and i want to override this message and display other message (some kind of a summary for parsing that uploaded file), any ideas how ?

here’s my code:

<h:form>
        <ace:fileEntry id="fileEntryComp"
               label="File Entry"
               relativePath="uploaded"
               fileEntryListener="#{mybean.uploadFile}"/> 



        <h:commandButton value="Upload Excel File" />
        <h:message for="fileEntryComp" />         

    </h:form>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:48:35+00:00Added an answer on May 26, 2026 at 9:48 pm

    You have to create your own message and send it. It will overwrite the default message. Its a strange behavior but it will work.

    public void uploadFile(FileEntryEvent e) {
      FileEntry fe = (FileEntry)e.getComponent();
    
      FacesContext ctx = FacesContext.getCurrentInstance();
      FacesMessage msg = new FacesMessage();
      msg.setServity(FacesMessage.SERVITY_INFO);
      msg.setSummary("mysummary");
      msg.setDetail("mydetail");
      ctx.addMessage(fe.getClientId(),msg);
    }
    

    You can check the showcase: http://comp-suite.icefaces.org/comp-suite/showcase.jsf?grp=aceMenu&exp=fileEntry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been using Microsoft.Jet.OLEDB.4.0 and Microsoft.ACE.OLEDB.12.0 to read in .csv, .xls, and .xlsx files.
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I'm using this connection string to access excel(2007,2010) files oleConnection.ConnectionString = @Provider=Microsoft.ACE.OLEDB.12.0;Data Source= +
I have wrote a code that can read an excel 2007 file using Microsoft
I am using ACE threads and need each thread to have its own int
I’m currently using the OpenNETCF.Desktop.Communication.dll to copy files from my desktop to a CE
Using ASP.NET MVC there are situations (such as form submission) that may require a
I am using ACE editor for the first time. I have the below questions
I am using the Ace Editor, but I do no use JavaScript a lot
My code was quite sufficient for reading xls file in C# (using Microsoft.Jet.Oledb.4.0) but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.