posted 14 years ago
hi,
I have two files - View.java and Search.java. The file View.java has four fields each having a combo box, so the user has to select any option from the drop down list from any combo box and click the search button. That click event displays all the records into a table(on the next window - i.e. Search.java) based on the selection of the values in the combo box on the previous page(i.e. View.java), also i want to add a check box column in the table, and if the user checks the check box and clicks open button on that page, it should consider all the values in that row and display it when open it in the edit mode(i.e a window - Edit.java). Can someone help me with this how can I do it? I am really stuck here.
Thanks,
Pooja