This is the "Tabbed Pane" portion of my application:
<table> <tr> <td valign="top"> <html:link page ="/UserActionPreload.do?method=tabChange&tabname=Details">Details</html:link> </td> <td valign="top"> <html:link page ="/UserActionPreload.do?method=tabChange&tabname=LinkEmployee">Link to Employee</html:link> </td> </tr> </table> Both methods share the same form (which is defined at session scope)... How can I 'force' the form's object to be loaded when I click on either of these links? Right now when I go back and forth, I lose all the data I typed into the screen. I "need" to do something like a submit I guess when flipping back and forth between tabs... How can I force a submit to occur? thanks in advance, Theron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>