| Did you define the component binding for that module? Here is an example of on the fly module: @module=Home { label:$[a001]Home; @layout=Main { after:zTop; label:$[a003]"Welcome to AribaWeb!"; component:HomeContent; } @layout=Actions { label:$[a004]Actions; after:zToc; component:Toc; } } The component defines the .awl and .java file that make an AWComponent. Add your permissions to it and see if it works. Regards --- On Tue, 9/6/09, Eglė Samulevičiūtė <egle.samu...@gmail.com> wrote: |