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

[506 byte] By [VJain5] at [2007-9-30 20:03:30]
# 1
No; it may only be used on components that implement ActionSource.-- Adam Winer (EG member)
adam.winer at 2007-7-7 0:49:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...