[ 
https://issues.apache.org/jira/browse/TAP5-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Drobiazko updated TAP5-1098:
---------------------------------

    Summary: Provide new SelectModelFactory service that can automatically 
build a standard SelectModel from objects and property names  (was: 
SelectModelFactory service that can automatically build a standard SelectModel 
from objects and property names)

> Provide new SelectModelFactory service that can automatically build a 
> standard SelectModel from objects and property names
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1098
>                 URL: https://issues.apache.org/jira/browse/TAP5-1098
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Something like
>   SelectModel model = selectModelFactory.createModel("id", "name", users)
> where users is a Collection of objects of the same type, having properties id 
> (the server side value) and name (the client-side label).
> Maybe variations for other cases, such as when the object itself is the 
> server-side value (i.e., a Hibernate entity).

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

Reply via email to