[
https://issues.apache.org/jira/browse/TAPESTRY-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAPESTRY-1808.
------------------------------------------
Resolution: Fixed
Fix Version/s: 5.0.6
Assignee: Howard M. Lewis Ship
> 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
> Assignee: Howard M. Lewis Ship
> Fix For: 5.0.6
>
>
> 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]