Re: Is it possible to create static properties/methods...
Posted By:
John_Zukowski
Posted On:
Saturday, March 17, 2001 08:53 PM
There is nothing that stops you from creating static methods within a Bean class. However, they won't be treated as properties. Also not supported is creating beans from methods other than the constructor.