I was able create link and set Client-side event property to the following
/* Java Script Block */
var pu_popname = CAF.model('#{activePageBean.clientIds["popupname"]}');
var htmlOutputColName = CAF.model('#{activePageBean.clientIds["htmlOutputColName"]}');
var value = htmlOutputColname.getValue();
CAF.model("#{activePageBean.clientIds['asyncCRITLCD']}").filter(value);
pu_popname.show("click", "click", htmlOutputColName) ;
This allows me to click on the data in column and it filters on both columns in my popup table.
Code | Definition
So now I have a new issue. How can I filter on the code column only?
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine