JSF submit dataTable and openpopup window after? is this possible?
- by raimun
Is it possible to just submit a dataTable instead of the entire form and then open a popupwindow after the submit?
My dataTable has textboxes in it and the popup window is actually dependent on the data/values found in these textboxes. Since the user can change the values of the textboxes, I am required to get the latest values from the dataTables before the popup is opened. the popup is opened through a button found in each row of the datatable.
i am using JSF2. thanks.