<div>Hi all</div>
<div>Has anybody some expirience with this and could explain some basics?</div>
<div>I made a new Module in Opencms called com.me.doit</div>
<div>i have several package in the jar file, but the package with Class, which implements the I_CmsModuleAction is called "com.me.doit" and the class "AtStartup"</div>
<div>The imput field called Action class at the Module edit screen i set to com.me.doit.AtStartup</div>
<div>AtStartup implements this interface and at the initialize Method i try to mkdir something, but somehow the initialize method is never invoked.</div>
<div>Can anybody plz help me...<br>-How to name packages and the Module</div>
<div>-How to set the right stuff for Action class in the Module</div>
<div>-Do i have to import or install the Module first or what else do i have to do?</div>
<div> </div>
<div>thx </div>
<div>Andy</div>