You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/08/10 00:45:20 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12896722#action_12896722 ] 

Hudson commented on TAP5-1098:
------------------------------

Integrated in tapestry-5.2-freestyle #170 (See [http://hudson.zones.apache.org/hudson/job/tapestry-5.2-freestyle/170/])
    

> 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.