Hi List,
for entering several data-elements at once I would like to use a FormTable.
Because I don't know if the user wants to enter 1, 5, 10 or 100 items I
would like to add a "add Rows" Button to my page that adds 5 Rows to my
formtable.
Currenty I see two ways to accomplish this:
1) adding an ActionButton in its listener adds 5 "empty" Items to the
FormTable
2) adding 5 Rows using Javascript
I would prefer solution 2).
Now I was wondering if the Click-FormTable would recognize that there
are more rows in the table.
Thanks in advance
SVen