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?
If I remove the property tag like this:PHP Code:<sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init">
<sas:Property name="addressManager" ref="{addressManager}"/>
</sas:Object>
it does work though.PHP Code:<sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init"/>
Best wishes!


Reply With Quote