Freddy Daoud wrote: > I've written a Stripes article which has been published on The Server Side:
Question for Freddy, which may be answered by the real code, but the link on the TTS site is still 404 In the ActivateActionBean, there is code such as User existingUser = Database.getUser(user.getUsername()); Which throws the expected null pointer exception because the variable user has not been initialized. Where should that happen? On initial activation, has a User been put in the Session or FlashRequest? Where does that happen, because I don't see that in my flow. Thanks Pat -- Pat Farrell http://www.pfarrell.com/ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
