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 field’s tag.
In order to do this, I don’t 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 can’t 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
