Table 29.1. description of internally used data fields
name | value | description |
---|---|---|
lang | output from Locale.getLanguage(), see java doc | the language setted inside dbforms |
country | otuput from Locale.getCountry(), see java doc | the country setted inside dbforms |
invtable | tableId | table |
invname_[tableId] | conectioname | involved dbconnection for given table |
autoupdate_[tableId] | true/false | autoupdate setted for given table |
overridefieldcheck_[tableId] | true/false | If set to true the field values will not be checked if they are changed. The database update will be done always. |
fu_[tableId] | follow up page for for given table | |
fue_[tableId] | follow up error page for given table | |
formValidatorName_[tableId] | name of validator | |
customEvent | empty field to transport custom events | |
firstpos_[tableId] | first position on current form for given table | |
lastpos_[tableId] | last position on current form for given table | |
f_[tableId]_[rowNo]@root_[fieldId] | value of field in table at row given row | |
of_[tableId]_[rowNo]@root_[fieldId] | old value of field in table at given row | |
pf_[tableId]_[rowNo]@root_[fieldId] | formatting pattern for given field at given row | |
k_[tableId]_[rowNo]@root | key value of table and row | |
f_[tableId]_insroot_[fieldId] | value of field to insert in table | |
of_[tableId]_insroot_[fieldId] | old value of field to insert in table | |
search_[tableId]_[fieldId] | search text for field in table | |
searchalgo_[tableId]_[fieldId] | search algorithm for field in table | |
searchmode_[tableId]_[fieldId] | search mode for field in table | |
sort_[tableId]_[fieldId] | none, desc, asc | sort mode for field in table |
ac_update_[tableId]_[rowNo]@root_[buttonId] | update event for table at given row | |
ac_update_[tableId]_[rowNo]@root_[buttonId]_arname | name of associated radio button | |
ac_update_[tableId]_[rowNo]@root_[buttonId]_fu | follow up page | |
ac_update_[tableId]_[rowNo]@root_[buttonId]_fue | follow up error page | |
ac_updatear_[tableId]_[buttonId] | ||
ac_updatear_[tableId]_[buttonId]_arname | name of associated radio button | |
ac_updatear_[tableId]_[buttonId]_fu | follow up page | |
ac_updatear_[tableId]_[buttonId]_fue | follow up error page | |
ac_delete_[tableId]_[rowNo]@root_[buttonId] | delete event for table at given row | |
ac_delete_[tableId]_[rowNo]@root_[buttonId]_arname | ||
ac_delete_[tableId]_[rowNo]@root_[buttonId]_fu | ||
ac_delete_[tableId]_[rowNo]@root_[buttonId]_fue | ||
ac_deletear_[tableId]_[buttonId] | ||
ac_deletear_[tableId]_[buttonId]_arname | ||
ac_deletear_[tableId]_[buttonId]_fu | ||
ac_deletear_[tableId]_[buttonId]_fue | ||
ac_insert_[tableId]_root_[buttonId] | insert event for table | |
ac_insert_[tableId]_root_[buttonId]_fu | ||
ac_insert_[tableId]_root_[buttonId]_fue | ||
ac_first_[tableId]_[buttonId] | navigation event for table x | |
ac_first_[tableId]_[buttonId]_fu | ||
ac_first_[tableId]_[buttonId]_fue | ||
ac_prev_[tableId]_[buttonId] | navigation event for table | |
ac_prev_[tableId]_[buttonId]_fu | ||
ac_prev_[tableId]_[buttonId]_fue | ||
ac_next_[tableId]_[buttonId] | navigation event for table | |
ac_next_[tableId]_[buttonId]_fu | ||
ac_next_[tableId]_[buttonId]_fue | ||
ac_last_[tableId]_[buttonId] | navigation event for table | |
ac_last_[tableId]_[buttonId]_fu | ||
ac_last_[tableId]_[buttonId]_fue | ||
ac_reload_[tableId]_[buttonId]_fue | reload event. Reloads all data from current dataset. Query is not reexecuted! Changed fields stay changed | |
ac_reload_[tableId]_[buttonId]_fu | ||
ac_reload_[tableId]_[buttonId]_fue | ||
ac_reload_[tableId]_ins_[buttonId] | reload event in insert mode. Reloads all data from database. Changed fields stay changed | |
ac_reload_[tableId]_ins_[buttonId]_fu | ||
ac_reload_[tableId]_ins_[buttonId]_fue | ||
ac_reload_[tableId]_force_[buttonId] | force the reload event. Reloads all data from database. Changed fields will be reloaded | |
ac_reload_[tableId]_force_[buttonId]_fu | ||
ac_reload_[tableId]_force_[buttonId]_fue | ||
filter_[tableId] | prefix that all the parameters created by this tag have | |
filter_[tableId]_sel | index of the currently selected condition | |
filter_[tableId]_cond_[condId] | text of the currently selected condition | |
filter_[tableId]_cond_[condId]_value_[valueId] | current value of the input tag corresponding to the filterValue tag identified by [valueId] | |
filter_[tableId]_cond_[condId]_valuetype_[valueId] | type of the value identified by [valueId] |