Hi Shawn,
> <db:select fieldName="tier"> > <db:tableData > name = "tier" > foreignTable = "courses" > visibleFields = "tier" > storeField = "tier" > /> > </db:select> the 'fieldName' is the name of the table column, but the name of the HTML select field will be different from that. The name of the form field is calculated by method getFormFieldName() within DbBaseHandlerTag. The result will eventually change, if you insert new tables into dbforms-config (or if the algorithm will be updated some day), so it would be a bad idea to have a look at the source of the html result page for the real form field name and use it somewhere. Regards Dirk ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
