JSF, datatable and onRowClick
        Posted  
        
            by asrijaal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by asrijaal
        
        
        
        Published on 2010-04-23T09:04:15Z
        Indexed on 
            2010/04/23
            10:33 UTC
        
        
        Read the original article
        Hit count: 507
        
Hi there,
I want a commandlink to be executed when the row is clicked in my datatable. I've created a <h:commandLink> in one of my columns, where a parameter is passed through <f:setActionPropertyListener/> Is there a clean solution to fire this link by a rowClick? Sure I could workaround my missing knowledge with some jQuery but there should be a cleaner way?
© Stack Overflow or respective owner