Aloha!

I'm trying to use the initMethod in a module of my app, but it's not getting called.
Might this be a bug?

PHP Code:
<sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init">
    <
sas:Property name="addressManager" ref="{addressManager}"/>
</
sas:Object
If I remove the property tag like this:

PHP Code:
<sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init"/> 
it does work though.

Best wishes!