Re: Redisplaying Information

2005-05-26 Thread David Johnson
I believe you can do this by setting the scope of the form bean associated with the form containing your field to "session", which also means you need to reset() it when you're done. like this: On 5/26/05, Andrew Thorell <[EMAIL PROTECTED]> wrote: > > I know has a redisplay option.

RE: Redisplaying Information

2005-05-26 Thread Benedict, Paul C
Andrew, What do you mean by redisplay? If you're concerned with a failed login and the form persisting the data, all you have to do is set the value to blank. This will always force the password to be blank on a redisplay: -Original Message- From: Andrew Thorell [mailto:[EMAIL PROTECTED