Re: Fwd: Help

2009-05-24 Thread Murugesh
thanks i have successfully implemented this. thanks a lot for responsing. 2009/5/19 Paweł Wielgus > Hi Murugesh, > read about session in HTTP. > > Best greetings, > Paweł Wielgus. > > > 2009/5/19 Murugesh : > > Thanks for reply > > > > like googles gmail, if u try to open 2nd gmail in same bro

Re: Fwd: Help

2009-05-19 Thread Paweł Wielgus
Hi Murugesh, read about session in HTTP. Best greetings, Paweł Wielgus. 2009/5/19 Murugesh : > Thanks for reply > > like googles gmail, if u try to open 2nd gmail in same browser (multi > tabbed)it will take you to already logged in account. > > how to handle this in normal application? > > > >

Re: Fwd: Help

2009-05-19 Thread Murugesh
Thanks for reply like googles gmail, if u try to open 2nd gmail in same browser (multi tabbed)it will take you to already logged in account. how to handle this in normal application? On Tue, May 19, 2009 at 12:29 PM, suhas kokal wrote: > > Hi, > > You don't need to do any thing as starting

Re: Fwd: Help

2009-05-19 Thread suhas kokal
Hi, You don't need to do any thing as starting a new (same) application in another browser(from parent one) carries the session into another application.You can check this from the URL. Thanks Suhas --- On Tue, 19/5/09, Murugesh wrote: > From: Murugesh > Subject: Fwd: Help > To: "Struts

[Fwd: Re: [Fwd: Help with using formaKey attribute for display dollar values]]

2006-11-28 Thread robin bajaj
Actually its a double. sorry --- Begin Message --- no that variable is a float. Hubert Rabago wrote: Did you declared the variable that holds the "1896 / 100" value as int? On 11/28/06, robin bajaj <[EMAIL PROTECTED]> wrote: Sorry I forgot to mention, I am actually dividing the 1896 cents by

Re: [Fwd: Help with using formaKey attribute for display dollar values]

2006-11-28 Thread robin bajaj
no that variable is a float. Hubert Rabago wrote: Did you declared the variable that holds the "1896 / 100" value as int? On 11/28/06, robin bajaj <[EMAIL PROTECTED]> wrote: Sorry I forgot to mention, I am actually dividing the 1896 cents by 100 before the jsp page to make the value 18.96 and

Re: [Fwd: Help with using formaKey attribute for display dollar values]

2006-11-28 Thread Hubert Rabago
Did you declared the variable that holds the "1896 / 100" value as int? On 11/28/06, robin bajaj <[EMAIL PROTECTED]> wrote: Sorry I forgot to mention, I am actually dividing the 1896 cents by 100 before the jsp page to make the value 18.96 and then display it using the formatkey as $18.00. I wo