1 Reply Latest reply on Sep 1, 2009 3:10 AM by donakalz

    how to change the default seam messages?

    deanhiller2000

      The conversation ended, timed out or was processing another request

      Our QA person says this makes no sense to them and wanted us to change it to This browser tab/window has timed out due to inactivity, or due the data already previously being saved which I think is way more friendly then using the word conversation since users don't know what that is.  Is there a way to change this message?


      Also, can't the difference be told within seam whether it was processing another request vs. timedout/conversation end.  I get that we can't tell the difference between timing out and conversation ending as the data is simply gone, but processing another request, I don't quite get that one since the data is still there if you are processing another request.


      thanks,
      Dean


        • 1. Re: how to change the default seam messages?

          you can change the message in the messages.properties file in your seam project. Just search for the file somewhere in your project, open it and search for this key: org.jboss.seam.NoConversation. That should show you the corresponding value that you wish to change. The other default messages can be changed from here.


          Charlie.