You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by David Sean Taylor <da...@bluesunrise.com> on 2001/06/28 10:59:38 UTC

setScreenTemplate and JetspeedTool.getPane()

I am calling this statement:

         data.setScreenTemplate("Home.vm");

from CreateNewUserAndConfirm.java (line 247)

It causes a null pointer exception in JetspeedTool.getPane()
on
	rundata.getProfile().getRootSet().getContent(rundata);

it actually fails to get the profile, returning null, yet it is an
instanceof JetspeedRunData

   rundata.getProfile();

any ideas?







---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org