Title: Inserts and the select tag

Hey Folks,

I am building a form that uses dependent select tags.  So in the dependent select field I use org.dbforms.util.ParseUtil.getParameter(request,"custabbrev","-1") in the queryData tag and > in the primary select fields tag.

In order to do this, I dont specify a table in the dbform tag, and I use the hidden field with the magic value:

<input type="hidden" name="customEvent" value="re_0_0"/>

The question I have is, how do I do this on an insert form?  I cant have an insert button without a table specified in the dbform tag.  Do I have to fake it some how for inserts using interceptors?  If so, which button do I use?

Thanks,

-Joe


Reply via email to