Is this just a bad question?


Luther Baker wrote:
> 
> I have an entity that contains another entity - but this time, the
> contained
> entity table is quite finite - say, 10 rows.
> 
> public class Category
> {
>   private String name;
> }
> 
> public class User
> {
>    private String firstName;
>    private String lastName;
>    private Category category;
> }
> 
> and in this case, I'd like to render firstName, lastName and a DROP DOWN
> or
> some type of picker from existing Categories.
> 
> Would I need to create my own t:form ... and possibly use a t:BeanEditor
> with a custom drop down/picker -- or is this type of idiom encapsulated in
> a
> Tapestry component already?
> 
> Thanks much,
> 
> -Luther
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Entities-referencing-domain-style-Entities-tp20948001p20982590.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to