[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread [EMAIL PROTECTED]
No, it would look like this: | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033494#4033494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033494 __

[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread irVega
OK, so the catbean.categories in | | | | | returns the map populated in the CategotyBean at instantiation. When the converter is called into action, it takes the key (the selected Category's name), n

[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread [EMAIL PROTECTED]
The entity converter is a JSF converter for entities. If you don't understand what a JSF converter is, you should take a look at a good JSF book. The main use case I've found for entity converter is to provide a string-object mapping for use in menus and dropdowns. The DVD store uses it in