RE: Redirect NullPointerException

2009-08-26 Thread Mike Baranski
Thanks, that worked. >-Original Message- >From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] >Sent: Wednesday, August 26, 2009 10:33 AM >To: Struts Users Mailing List >Subject: Re: Redirect NullPointerException > >2009/8/26 Mike Baranski : >> OK, t

Re: Redirect NullPointerException

2009-08-26 Thread Lukasz Lenart
2009/8/26 Mike Baranski : > OK, the form submits, the user's password is changed, and the result is > SUCCESS.  Here's the stack trace: You should use redirectAction instead redirect - it's just for ordinary URLs ;-) Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ --

RE: Redirect NullPointerException

2009-08-26 Thread Mike Baranski
- >From: Greg Lindholm [mailto:greg.lindh...@gmail.com] >Sent: Wednesday, August 26, 2009 10:18 AM >To: Struts Users Mailing List >Subject: Re: Redirect NullPointerException > >A stack trace and some context might help you get an answer. > >On Wed, Aug 26, 2009 at 10:16

Re: Redirect NullPointerException

2009-08-26 Thread Greg Lindholm
A stack trace and some context might help you get an answer. On Wed, Aug 26, 2009 at 10:16 AM, Mike Baranski < list-subscripti...@secmgmt.com> wrote: > class="com.secmgmt.struts2.actions.auth.SavePassword"> > >index >

Redirect NullPointerException

2009-08-26 Thread Mike Baranski
index /default /pages/user-administration/jsps/change-password.jsp Any idea why I get the NullPointerException for that? -