The ‘Rendered’ property of the Remove Row Button control accepts an expression that needs to resolve to true or false. So you can use the comparison operators in the expression language to do simple logic to compare two values.
For your Reference: [url]- The Java EE 6 Tutorial
For example, you can set the ‘Rendered’ property value to something like the following to only render the button when two values are equal:
#{row.createdBy eq YourPageBeanHere.currentUserID}
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods