I am using a page with frameset (frameset.jsp) and tiles definitions for the frameset and each of two frames.

I have an action that submits a value in one frame (entry_frame-jsp) and sends it to another frame (list_frame.jsp). I get focus on the <html:text/> that does the submitting. However, I cannot get the <html:text/> value to reset to "" or null after sending to the second frame.

I have defined reset in my ActionForm for the jsp that fills the first frame. My mapping for the first frame (entry_frame.jsp) Action sends, of course, the input attribute to the second frame (list_frame.jsp).

Anyone have a suggestion as to what I am doing wrong?

Thanks for any suggestions.

Michael McGrady



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to