Hi,
a) I need to display list of ItemName, ItemLocation in a table row with a check box in the left-most column.
b) User can select multiple jobs and on clicking "Submit" button I should pass the selected ItemName and ItemLocation to a fuction in java.
I am able to get the list of items using Item bean java class in Arraylist but need suggestion on what will be the best approach so that I can pass each selected ItemName and ItemLocation to a fuction in java.
Please suggest, any sample would be of great help.
Regards