which component are you firing the creationcomplete event from? Moreover, have you checked if you didnt call another creationcomplete triggering action within the init() function? In any case, one quick solution would be to declare a boolean tag/var (initially set to false) which you will set to true upon first httpservice invoking.. then have your init check for that boolean tag/var first before executing any actions. That way even if your init() is called multiple times, you will be assured that the service will only be called once. :) But I strongly suggest you look for the real cause of the multiple call. a code post would help. Cheers!
--- Mrinmoyee Sanyal <[EMAIL PROTECTED]> wrote: > This is my problem scenario: > > - whenever any HTTPService is invoked, the servlet > is being called TWICE > - I have an init() function in my application that I > call on > "CreationComplete" and it is being called multiple > times, which is causing > the above problem, so how to fix this? > > What am I doing wrong? > > Thank you > -MS > ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. http://tv.yahoo.com/collections/265

