ICEfaces
  1. ICEfaces
  2. ICE-6853

ice:messages not displayed when using Spring Web Flow

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA_P02
    • Fix Version/s: EE-1.8.2.GA_P04
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Spring 2.5.6, Spring Web Flow 2.0.6

      Description

      The fix for ICE-3668 does not handle the case of global messages. With regards to ICE-3668 and Per Cilius Jakobsen´s comment on 24/Jun/09 05:26, changing the following will resolve the issue:

      result.addMessage("", message);
      to
      result.addMessage(null, message);

        Activity

          People

          • Assignee:
            Greg Dick
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: