Redisplaying Information

2005-05-26 Thread Andrew Thorell
I know html:password has a redisplay option. Is there any way to put this functionality on html:text tags as well? html:password redisplay=false/ Any thoughts? Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Redisplaying Information

2005-05-26 Thread Benedict, Paul C
: Andrew Thorell [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 11:47 AM To: Struts Mailing List Subject: Redisplaying Information I know html:password has a redisplay option. Is there any way to put this functionality on html:text tags as well? html:password redisplay=false/ Any

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: action path=/SICAction name=sicForm scope=session input=page.portfolio