Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3839

SAX error in AbstractSearchGenerator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.2.5, 3.3.2, 3.4.1, 3.5
    • None
    • None
    • None

                  XMLUtils.startElement(contentHandler, "illegal-textfield");
      

      that should be

                  XMLUtils.createElement(contentHandler, "illegal-textfield");
      

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: