[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 to be sure to clean up this bean to behave like a bean in > >request scope. Here's code which I have placed at the end of my "bean > >methods" of my AssessmentBean: setBean("assessment", null); This seems to > >do the job. Are there any gotchas I need to be aware of? > > A JSTL <c:remove var="assessment" scope="session" /> would be > another way to handle it from a menu or home page. hmm, is it an ok thing to use jstl in the jsf framework? Don't know where or when but I thought I read some place jstl is going the same way everything else i knew did.. Tell me if I'm wrong since there's other places I could use jstl..:) > > Gary > thanks again, Geeta