differences between actionListener attribue and actionListener tag
Viswanath Sriram
Greenhorn
Joined: Jul 20, 2006
Posts: 12
posted
0
Hi I want to know all the differences between actionListener attribute and actionListener tag.why they had given actionListener tag though we are having actionListener attribute
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
The actionListener attribute is intented to be used in an UICommand tag. The actionListener tag is intented to be used in a h:form tag, despite of which UICommand tag you're using and therefore it will be called every time when you submits the form.