show hide link depending on attribute value
868692Dec 17 2011 — edited Dec 19 2011I have page contain table where each row in this table has many links in it (links like edit , delete ,...)
the links r showed or hided depending on the field called status in the row
I know that I can use the attribute rendered to show or hide the links depending on the value of status field
but that means that I have big work if new possible values is added or deleted to field status especially that I have more than 200 page
so I need to know if i can use task flow to solve this problem or any other way