>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 
>session instead. I have therefore two questions:

>1. Is there a better way?

A commandLink with a target attribute would work if you didn't need to control 
the window size and jazz.

>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.  

Gary




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to