Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-2317

ModuleException constructor does not invoke Parent constructor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.6 Beta
    • 1.2 Family
    • Core
    • None
    • Operating System: Windows XP
      Platform: PC
    • 32852

    Description

      org.apache.struts.util.ModuleException does not invoke
      super(key)
      for the below listed constructor which results in getMessage() to return null

      public ModuleException(String key, Object[] values) {
      error = new ActionError(key, values);
      message = new ActionMessage(key, values);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            akduvvuri@gmail.com A Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: