Hi Shawn, Just made some little tests. Thanks for your example.
The behavoiur of the navNew button is by design. In current implementation only one navigation button of each type is allowed in one forms. This is the result of name mangling in dbforms. Have a look at the generated html: <input type="hidden" name="dataac_new_0_fu" value ="/tests/testMenuPage1.jsp"><input type="submit" value="testMenuPage1" name="ac_new_0"> <input type="hidden" name="dataac_new_0_fu" value ="/tests/testMenuPage2.jsp"><input type="submit" value="testMenuPage2" name="ac_new_0"> You can see that for each navNew button the generated names and the names of the fu tags are the same. Type of event is get from the name of the button you use to submit: ac_new_0, this is navNew event for table 0. Follow up page will be get from the value of the first dataac_new_0_fu tag, this is /tests/testMenu1.jsp! Hope to help, Regards Henner ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
