Re: Fwd: Help

2009-05-24 Thread Murugesh
> > > >> > >> 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. > >

Re: Fwd: Help

2009-05-19 Thread Paweł Wielgus
r >> application.You can check this from the URL. >> >> Thanks >> >> Suhas >> >> --- On Tue, 19/5/09, Murugesh wrote: >> >> > From: Murugesh >> > Subject: Fwd: Help >> > To: "Struts Users Mailing List" >> > D

Re: Fwd: Help

2009-05-19 Thread Murugesh
o 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:

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 &g

Fwd: Help

2009-05-18 Thread Murugesh
-- Forwarded message -- From: Murugesh Date: Tue, May 19, 2009 at 11:41 AM Subject: Help To: user@struts.apache.org consider an application already running in the browser and if user try to run same application in the same browser. here i need to skip the login form and automati

[Fwd: HELP with switching modules in Struts 1.2.x]

2006-12-07 Thread robin bajaj
Please ignore my previous mail. I found the issue. I was trying to forward from a local forward to a global forward. I started forwarding to the global forward directly and everthing started working fine. thanks, robin --- Begin Message --- Hi All, I am trying to switch modules in Struts 1.2.

[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

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

2006-11-28 Thread robin bajaj
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 would appreciate a formatKey pattern that could convert 1896 straight into $18.96 (without me having to divide it by 100). Th