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"
type="com.company.struts.SICAction"> 
<forward name="success" path="/myPage.jsp" redirect="true" /> 
</action>


 On 5/26/05, Andrew Thorell <[EMAIL PROTECTED]> wrote: 
> 
> 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 commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
-Dave
[EMAIL PROTECTED]

Reply via email to