That issue seems to deal with data being passed from the servlet to seam, it's the opposite that I need. Here's an example of what I'm trying to do:
| SecurityManager secMan = (SecurityManager) ctx.lookup("seamapp/SecurityManagerBean/local"); | user = secMan.getLoggedInUser(); | I then want to evaluate whether user is null or not to decide whether to let them view certain pages. The problem is I keep getting null pointer exceptions when I try to use the SecurityManager methods. At first I thought It wasn't retreiving the SecurityManager object, but it actually is. I just cant call the methods. The above code has worked fine for me in straight JSPs but not in the servlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948148#3948148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948148 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user