I have a configuration page that I want to edit using a BeanEditForm. I have created getter/setter methods on the page itself and I'm creating the BeanEditForm using:
<t:beaneditform object="this"/> This works, but the properties are not listed in the order of the getters. Instead they are in alphabetical order. Is this a bug in 5.2.4 or is there something about using a page as the bean that is causing the order to be wrong? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
