> Hi i have a static method in one of my bean classes as > public static List getCountriesListing() > Do i also need to create a setter for this method to be > recognized as a bean or something?
I looked at the JavaBeans specification and found sections 7.1 and 8.3.1, both of which refer to looking for 'get' methods of the form: PropertyType getFoo(); // simple getter public < PropertyType> get< PropertyName>(); The spec does not address static getter methods, my guess is that they are not allowed. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]