| Author |
Dynamic Command Link action
|
Augustine Chelliah
Greenhorn
Joined: Mar 12, 2009
Posts: 28
|
|
hello,
I'm havin' a command link in a data table. for each row the value of the command link is matched to the bean property. Its not possible for the same to be done with the action. I need to have different actions. Can any one help me how to have actions dynamically.
<t:datatable>
<t:column>
<t:commandLink value="#{bean.value}" action="<I dont know what to be put here so that i can have my action dyamically>"></t:commandLink>
</t:column>
</t:datatable>
|
Thanks & Regards,
Augustine
|
 |
 |
|
|
subject: Dynamic Command Link action
|
|
|