[ http://issues.apache.org/jira/browse/TAPESTRY-564?page=all ] Howard M. Lewis Ship closed TAPESTRY-564: ----------------------------------------- Fix Version: 4.0 Resolution: Fixed This one occured to me on another project and I rewrote it from memory for inclusion in Tapestry; it's just too useful! > Automatically create an IPropertySelection model from a string > -------------------------------------------------------------- > > Key: TAPESTRY-564 > URL: http://issues.apache.org/jira/browse/TAPESTRY-564 > Project: Tapestry > Type: New Feature > Components: Framework > Versions: 4.0 > Reporter: Howard M. Lewis Ship > Assignee: Howard M. Lewis Ship > Fix For: 4.0 > > It's time consuming to constantly create IPropertySelectionModel instances for simple cases. It would be nice if PropertySelection could automatically create an IPropertySelectionModel from a string or an array of strings. > For a simple string, it could build a model by splitting the string at commas. > For an array of strings, it could build a model around the string array. > This could actually be accomplished using a contribution to tapestry.coerce.TypeConverters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org