loginworker code explanation

2007-08-14 Thread amit charaya
://www.nabble.com/loginworker-code-explanation-tf4267047.html#a12143707 Sent from the OFBiz - User mailing list archive at Nabble.com.

RE: loginworker code explanation

2007-08-14 Thread Nikita Shinde
Pvt. Ltd. Mumbai. -Original Message- From: amit charaya [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 6:10 PM To: user@ofbiz.apache.org Subject: loginworker code explanation what this line of code mean if it is calling a service named userLogin where is it defined result

RE: loginworker code explanation

2007-08-14 Thread amit charaya
: loginworker code explanation what this line of code mean if it is calling a service named userLogin where is it defined result = dispatcher.runSync(userLogin, UtilMisc.toMap(login.username, username, login.password, password, visitId, visitId, locale, UtilHttp.getLocale(request))); -- View

RE: loginworker code explanation

2007-08-14 Thread Nikita Shinde
: Tuesday, August 14, 2007 6:44 PM To: user@ofbiz.apache.org Subject: RE: loginworker code explanation Thanx for Help I tried that but no success. Amit Kumar Pal Info Com Chandigarh Nikita Shinde wrote: Hi, If you are using eclipse, you can do a ctrl+H and search for your service