Issue with f:actionListener
Hi,
I was going through th documents for making a custom component in JSF. While going through the documentation of f:actionlistener.. it is written that it can be used for any JSF UI Component.
Can we use f:actionListener in any tag which does not support action or actionListener attribute...
Say ..
<h:datatable id="table1">
<h:column id="col1">
<f:actionListener type"someClass"/>
</h:column>
</h:datatable>
VJ

