Hello,
Is there a way to handle an array of command objects in a form?
What I need is to show a list of command objects in a <table>, allow the operator to edit the <td> cells and maybe add or delete rows in the <table> (using JavaScript for example) and in the submit receive the list of command objects in the POST handler method.
Each <tr> in the table would be a command object and the grid is the full list.
Plea help, Thanks


Reply With Quote
