Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-808

ParamTag does not convert to string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • WW 2.1.7
    • WW 2.2.2
    • Plugin - Tags
    • None

    Description

      The ParamTag does this

      Object value = findValue(valueAttr);

      instead of this

      Object value = findValue(valueAttr, String.class);

      which means that it bypasses your custom type converters.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            jdpatterson John Patterson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: