RE: [Shale] Backingbean beeing created twice

2006-03-30 Thread hermod.opstvedt
To: 'Struts Users Mailing List' Subject: SV: [Shale] Backingbean beeing created twice Hi I'll look at the trace from the debugger for both instance creations and confirm this. Hermod -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 31. mars 2006

Re: [Shale] Backingbean beeing created twice

2006-03-30 Thread Gary VanMatre
>From: "Craig McClanahan" <[EMAIL PROTECTED]> > > On 3/30/06, Hermod Opstvedt wrote: > > > > Hi > > > > I am seeing some odd behaviour in my Shale/Clay application. My > > backingbean > > (ie ViewController) is being created twice, meaning I have 2 instances of > > it. I was wondering if th

Re: [Shale] Backingbean beeing created twice

2006-03-30 Thread Craig McClanahan
On 3/30/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: > > Hi > > I am seeing some odd behaviour in my Shale/Clay application. My > backingbean > (ie ViewController) is being created twice, meaning I have 2 instances of > it. I was wondering if this is expected behaviour or if this is a bug. > From