JSF submit dataTable and openpopup window after? is this possible?
        Posted  
        
            by 
                raimun
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by raimun
        
        
        
        Published on 2011-01-14T01:37:05Z
        Indexed on 
            2011/01/14
            1:53 UTC
        
        
        Read the original article
        Hit count: 563
        
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.
© Stack Overflow or respective owner