On Tue, 2008-06-17 at 11:34 -0400, Justin Miller wrote: > I have two screens in a master/detail type setup. > > Both of those pages access the same two managed beans, yet I find that > on the first access of the detail screen, one of the beans is removed > from the conversation. Therefore, when I try and access anything on > the detail page, I get a null pointer. If I try it again, subsequent > accesses works. > > Any thoughts what could be wrong? > > This seems like a pretty standard scenario and usage.
This sounds a lot like the simple example in the orchestra examples project. Running that and looking at the code might help. You can check out: http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/examples/ (See comments in the pom.xml file) You will probably need to put the commons snapshot repository in your maven settings file as this example project uses a tomahawk snapshot. If you still can't figure it out, then you'll need to provide some more details (spring config file, jsp/facelets pages). Regards, Simon

