[Rife-users] Question about FORM:SELECT and resource lists

2007-04-05 Thread Jeremy Cowgar
I am having troubles making this work. It seems that my resource bundle's getObjects method is never being called. This is the relevant portions of my code... AccountTypeService.java public ListResourceBundle getResourceBundle() { final Select select = new

Re: [Rife-users] Question about FORM:SELECT and resource lists

2007-04-05 Thread Geert Bevin
Hi Jeremy, from a quick look, it seems that you're missing something that provides the list of valid values of the select box. You only generate the localization labels for those values, but don't generate an inList constraint for them. If you've obtained them from the database, you can