You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2010/08/01 14:52:16 UTC

[jira] Closed: (TAP5-1098) Provide new SelectModelFactory service that can automatically build a standard SelectModel from objects and property names

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

Igor Drobiazko closed TAP5-1098.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> 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
>             Fix For: 5.2.0
>
>
> 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.