SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Hermod Opstvedt
Hi The managed beans have request scope. I am about to see if this is a problem specific to me or not by seeing what happens with the shale-use-cases app. I'll come back with more. Med vennlig hilsen Hermod Opstvedt Webmaster Seiling.org/Norlys.org -Opprinnelig melding- Fra: Gary VanMat

SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Hermod Opstvedt
Hi You are right. This is happening further up the stack, and as far as I have been able to determine, it has to do with the extension mapping with faces and Clay. So now I am trying to sort this out. Hermod -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 1. ap

Re: SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > You are right. This is happening further up the stack, and as far as I have > been able to determine, it has to do with the extension mapping with faces > and Clay. So now I am trying to sort this out. > I took another look at the stack

SV: SV: SV: [Shale] Backingbean beeing created twice

2006-04-01 Thread Hermod Opstvedt
april 2006 09:21 Til: Struts Users Mailing List; [EMAIL PROTECTED] Emne: Re: SV: SV: [Shale] Backingbean beeing created twice >From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > You are right. This is happening further up the stack, and as far as I have > been able to det

SV: SV: SV: [Shale] Backingbean beeing created twice

2006-04-01 Thread Hermod Opstvedt
Hi This is getting really weird - I was stepping through the calls, and when the call was returning, I got as far as having the following rest of my call stack: CoyoteAdapter.service(Request, Response) line: 164 Http11Processor.process(InputStream, OutputStream) line: 799 Http11Protocol$Http11Conn

SV: SV: SV: [Shale] Backingbean beeing created twice

2006-04-01 Thread Hermod Opstvedt
-Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 1. april 2006 10:21 Til: 'Struts Users Mailing List'; [EMAIL PROTECTED] Emne: SV: SV: SV: [Shale] Backingbean beeing created twice Hi This is getting really weird - I was stepping through the calls, and when th

SV: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread Hermod Opstvedt
CTED] Emne: SV: SV: SV: [Shale] Backingbean beeing created twice - Almost solved! Hi It seems that this might be a problem with Clay. I created a brand new web project, and got it working so that it showed a page with Hello on it, and with a corresponding backing bean, which was being called on

SV: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread Hermod Opstvedt
Seiling.org/Norlys.org -Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 1. april 2006 14:19 Til: 'Struts Users Mailing List'; [EMAIL PROTECTED] Emne: SV: SV: SV: [Shale] Backingbean beeing created twice -Solved Hi This is what makes things go wrong :

RE: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread David G. Friedman
7:19 AM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: SV: SV: SV: [Shale] Backingbean beeing created twice -Solved Hi This is what makes things go wrong : In my template I have som mockup html code that gets excluded by Clay because of the allowBody=false. Within the

SV: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread Hermod Opstvedt
elled allowBody (i.e allowbody). Hermod -Opprinnelig melding- Fra: David G. Friedman [mailto:[EMAIL PROTECTED] Sendt: 1. april 2006 17:16 Til: Struts Users Mailing List; [EMAIL PROTECTED] Emne: RE: SV: SV: [Shale] Backingbean beeing created twice -Solved Hermod, You should really set this

SV: SV: SV: [Shale] Backingbean beeing created twice - Almost solved!

2006-04-01 Thread Hermod Opstvedt
Hi It seems that this might be a problem with Clay. I created a brand new web project, and got it working so that it showed a page with Hello on it, and with a corresponding backing bean, which was being called once. Then I replaced the "empty" template with the one that I have been using, and voi

Re: SV: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread Gary VanMatre
[mailto:[EMAIL PROTECTED] > Sendt: 1. april 2006 14:19 > Til: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Emne: SV: SV: SV: [Shale] Backingbean beeing created twice -Solved > > Hi > > This is what makes things go wrong : > > > > In my temp