Hi, I am using role based psml and then trying to customize the users setup - but I am getting an NPE:
[Tue Mar 19 22:00:38 GMT+00:00 2002] -- ERROR -- Turbine.handleException: null [Tue Mar 19 22:00:38 GMT+00:00 2002] -- ERROR -- Exception: java.lang.NullPointerException Stack Trace follows: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java(Compiled Code)) at org.apache.tomcat.session.StandardSession.setAttribute(StandardSession.java:731) at org.apache.tomcat.session.StandardSession.putValue(StandardSession.java:637) at org.apache.jetspeed.modules.actions.controls.Customize.doPerform(Customize.java:119) at org.apache.turbine.modules.Action.perform(Action.java:87) at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122) at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143) at org.apache.turbine.modules.Page.build(Page.java:90) at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) at org.apache.turbine.Turbine.doGet(Turbine.java:574) It looks like the Customize action is not handling this situation. Should this work? TIA, Chris ===== http://www.soccer2002.org.uk - join in and win CA$H! __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
