You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/04/06 20:21:33 UTC

[jira] Updated: (TAP5-1098) 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 ]

Howard M. Lewis Ship updated TAP5-1098:
---------------------------------------

    Description: 
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).

  was:
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).

       Priority: Minor  (was: Major)

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