Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1808

Automatic coercion from String to File would be handy

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.5
    • 5.0.6
    • tapestry-ioc
    • None

    Description

      new CoercionTuple<String, File>(String.class, File.class,
      new Coercion<String, File>() {
      public File coerce(String input)

      { return new File(input); }

      }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: