Automatic coercion from String to File would be handy
-----------------------------------------------------

                 Key: TAPESTRY-1808
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1808
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-ioc
    Affects Versions: 5.0.5
            Reporter: Howard M. Lewis Ship


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


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to