Re: [Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread Craig McClanahan
On 9/15/05, Holshausen, Ron <[EMAIL PROTECTED]> wrote: > > Hi Geeta, > > Just to let you know that one of the changes that was made to the JSF > spec was to integrate the JSTL and JSF, so you could use c:forEach with > JSF UI components. So using JSTL is still ok, I do. And I think it will > be a

RE: [Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread Holshausen, Ron
] [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 21:48 To: Struts Users Mailing List Subject: Re: [Shale]managed beans in request vs. session scope and how to clean up [EMAIL PROTECTED] (Gary VanMatre) wrote on 09/15/2005 02:35:47 PM: > A commandLink with a target attribute would work if

Re: [Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread gramani
[EMAIL PROTECTED] (Gary VanMatre) wrote on 09/15/2005 02:35:47 PM: > A commandLink with a target attribute would work if you didn't need > to control the window size and jazz. Gary, thanks for your response... Nope, they want the jazz, so i guess I'm stuck with javascript..(:( > > >2. I have

Re: [Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread Gary VanMatre
>However, the specs changed..(:( and I had to add Javascript (window.open >stuff), so now I have to open a *new* window from my parent window in >order to show assessment.jsp. And of course this means my AssessmentBean >is no longer initialised. My current solution is to place the bean in >sess

Re: [Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread gramani
[EMAIL PROTECTED] wrote on 09/15/2005 11:32:03 AM: > > Also in AssessmentBean.prerender(), I have code to initialise my > AssessmentBean so that /assessment.jsp can render nicely. oops, sorry, I meant in *WorkListBean*.prerender()" I have code etc... Thanks, Geeta

[Shale]managed beans in request vs. session scope and how to clean up

2005-09-15 Thread gramani
First off, my Shale work seems to be moving along nicely, so I want to thank everyone who has helped me get to this point..:) I have a link in a "parent window" pointing to WorkListBean.startAssessment(). In WorkList.startAssessment(), I return an outcome of "showAssessment", which in faces-co