You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by th...@webmd.net on 2002/04/04 20:53:40 UTC

Tab update question again (this time more documentation)

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>