<form name="main" b:destination="id('replaceme')" b:mode="replace" action="action2.yaws" method="post"> <table> <tr> <td>Name</td> <td><input name="name" type="text" size="40"/></td> </tr> <tr> <td>Data</td> <td><textarea name="data"/></td> </tr> </table> <b:button b:action="submit" b:target="../../form">Send</b:button> </form> <div id="replaceme"> <p>This paragraph will be replaced with the results of the form submission.</p> </div> <div class="footer"> <a href="http://www.backbase.com"> <img src="/backbase/3_1/gfx/backbase.gif" style="border-style:none;" alt="Powered By Backbase" /> </a> </div>